Html Css Color HEX #E76DB8 Persian Pink

📋 copy color: '#E76DB8'

red 231 ◦ green 109 ◦ blue 184

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

Shades of Persian Pink #E76DB8

Tints of Persian Pink #E76DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 44.08%
G = 20.8%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E76DB8 (or 0xE76DB8) is known color: Persian Pink. HEX triplet: E7, 6D and B8. RGB value is (231,109,184). Sum of RGB (Red+Green+Blue) = 231+109+184=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB8 is #189247. Grayscale: #999999. Windows color (decimal): -1610312 or 12086759. OLE color: 12086759.

HSL color Cylindrical-coordinate representation of color #E76DB8: hue angle of 323.11º 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 #E76DB8 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 109 184 -
CMYK 0 0.53 0.20 0.09
HSL 323.11º 0.72% 0.67% -
HSV(B) 323.11º 0.53% 0.91% -
XYZ 47.08 31.39 48.92 -
YUV 154.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 231 109 184 0 0.53 0.20 0.09 323.11 0.72 0.67
Hex E7 6D B8 0 35 14 9 143 48 43
Octal 347 155 270 0 65 24 11 503 110 103
Binary 11100111 1101101 10111000 0 110101 10100 1001 101000011 1001000 1000011

Color Harmonies of #E76DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DB8

Black with #E76DB8

Text Example


Text Example

White with #E76DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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