Html Css Color HEX #E16EBD Persian Pink

📋 copy color: '#E16EBD'

red 225 ◦ green 110 ◦ blue 189

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

Shades of Persian Pink #E16EBD

Tints of Persian Pink #E16EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 42.94%
G = 20.99%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E16EBD (or 0xE16EBD) is known color: Persian Pink. HEX triplet: E1, 6E and BD. RGB value is (225,110,189). Sum of RGB (Red+Green+Blue) = 225+110+189=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EBD is #1E9142. Grayscale: #999999. Windows color (decimal): -2003267 or 12414689. OLE color: 12414689.

HSL color Cylindrical-coordinate representation of color #E16EBD: hue angle of 318.78º 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 #E16EBD is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 189 -
CMYK 0 0.51 0.16 0.12
HSL 318.78º 0.66% 0.66% -
HSV(B) 318.78º 0.51% 0.88% -
XYZ 45.81 30.83 51.68 -
YUV 153.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 225 110 189 0 0.51 0.16 0.12 318.78 0.66 0.66
Hex E1 6E BD 0 33 10 C 13F 42 42
Octal 341 156 275 0 63 20 14 477 102 102
Binary 11100001 1101110 10111101 0 110011 10000 1100 100111111 1000010 1000010

Color Harmonies of #E16EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EBD

Black with #E16EBD

Text Example


Text Example

White with #E16EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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