Html Css Color HEX #E76DBC Persian Pink

📋 copy color: '#E76DBC'

red 231 ◦ green 109 ◦ blue 188

#E76DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E76DBC

Tints of Persian Pink #E76DBC

RGB

 RED value IS 231 (90.63% from 255) = 43.75%

 GREEN value IS 109 (42.97% from 255) = 20.64%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 43.75%
G = 20.64%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E76DBC (or 0xE76DBC) is known color: Persian Pink. HEX triplet: E7, 6D and BC. RGB value is (231,109,188). Sum of RGB (Red+Green+Blue) = 231+109+188=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DBC is #189243. Grayscale: #9A9A9A. Windows color (decimal): -1610308 or 12348903. OLE color: 12348903.

HSL color Cylindrical-coordinate representation of color #E76DBC: hue angle of 321.15º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DBC is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 109 188 -
CMYK 0 0.53 0.19 0.09
HSL 321.15º 0.72% 0.67% -
HSV(B) 321.15º 0.53% 0.91% -
XYZ 47.5 31.56 51.16 -
YUV 154.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 231 109 188 0 0.53 0.19 0.09 321.15 0.72 0.67
Hex E7 6D BC 0 35 13 9 141 48 43
Octal 347 155 274 0 65 23 11 501 110 103
Binary 11100111 1101101 10111100 0 110101 10011 1001 101000001 1001000 1000011

Color Harmonies of #E76DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DBC

Black with #E76DBC

Text Example


Text Example

White with #E76DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DBC; }

 p { color: rgb(231,109,188); }

 H1.HeaderClassName
 {
   color: #E76DBC;
 }
 .AnyTagClassName
 {
   color: #E76DBC;
 }
</style>

background-color css

<style>
 a { background-color: #E76DBC; }

 a { background-color: rgb(231,109,188); }

 div.DivClassName
 {
   background-color: #E76DBC;
 }
 .BgClassName
 {
   background-color: #E76DBC;
 }
</style>

border-color css

<style>
 span { border-color: #E76DBC; }

 span { border-color: rgb(231,109,188); }

 td.TdClassName
 {
   border-color: #E76DBC;
 }
 .TagClassName
 {
   border-color: #E76DBC;
 }
</style>