Html Css Color HEX #E96EB8 Persian Pink

📋 copy color: '#E96EB8'

red 233 ◦ green 110 ◦ blue 184

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

Shades of Persian Pink #E96EB8

Tints of Persian Pink #E96EB8

RGB

 RED value IS 233 (91.41% from 255) = 44.21%

 GREEN value IS 110 (43.36% from 255) = 20.87%

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

R = 44.21%
G = 20.87%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E96EB8 (or 0xE96EB8) is known color: Persian Pink. HEX triplet: E9, 6E and B8. RGB value is (233,110,184). Sum of RGB (Red+Green+Blue) = 233+110+184=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EB8 is #169147. Grayscale: #9B9B9B. Windows color (decimal): -1478984 or 12087017. OLE color: 12087017.

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

Color convert

RGB 233 110 184 -
CMYK 0 0.53 0.21 0.09
HSL 323.9º 0.74% 0.67% -
HSV(B) 323.9º 0.53% 0.91% -
XYZ 47.83 31.94 48.99 -
YUV 155.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 233 110 184 0 0.53 0.21 0.09 323.9 0.74 0.67
Hex E9 6E B8 0 35 15 9 144 4A 43
Octal 351 156 270 0 65 25 11 504 112 103
Binary 11101001 1101110 10111000 0 110101 10101 1001 101000100 1001010 1000011

Color Harmonies of #E96EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EB8

Black with #E96EB8

Text Example


Text Example

White with #E96EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EB8; }

 p { color: rgb(233,110,184); }

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

background-color css

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

 a { background-color: rgb(233,110,184); }

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

border-color css

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

 span { border-color: rgb(233,110,184); }

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