Html Css Color HEX #E16EB8 Persian Pink

📋 copy color: '#E16EB8'

red 225 ◦ green 110 ◦ blue 184

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

Shades of Persian Pink #E16EB8

Tints of Persian Pink #E16EB8

RGB

 RED value IS 225 (88.28% from 255) = 43.35%

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

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

R = 43.35%
G = 21.19%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E16EB8 (or 0xE16EB8) is known color: Persian Pink. HEX triplet: E1, 6E and B8. RGB value is (225,110,184). Sum of RGB (Red+Green+Blue) = 225+110+184=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EB8 is #1E9147. Grayscale: #989898. Windows color (decimal): -2003272 or 12087009. OLE color: 12087009.

HSL color Cylindrical-coordinate representation of color #E16EB8: hue angle of 321.39º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EB8 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 184 -
CMYK 0 0.51 0.18 0.12
HSL 321.39º 0.66% 0.66% -
HSV(B) 321.39º 0.51% 0.88% -
XYZ 45.28 30.62 48.87 -
YUV 152.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 225 110 184 0 0.51 0.18 0.12 321.39 0.66 0.66
Hex E1 6E B8 0 33 12 C 141 42 42
Octal 341 156 270 0 63 22 14 501 102 102
Binary 11100001 1101110 10111000 0 110011 10010 1100 101000001 1000010 1000010

Color Harmonies of #E16EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EB8

Black with #E16EB8

Text Example


Text Example

White with #E16EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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