Html Css Color HEX #E17DBB Persian Pink

📋 copy color: '#E17DBB'

red 225 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #E17DBB

Tints of Persian Pink #E17DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 41.9%
G = 23.28%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E17DBB (or 0xE17DBB) is known color: Persian Pink. HEX triplet: E1, 7D and BB. RGB value is (225,125,187). Sum of RGB (Red+Green+Blue) = 225+125+187=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBB is #1E8244. Grayscale: #A1A1A1. Windows color (decimal): -1999429 or 12287457. OLE color: 12287457.

HSL color Cylindrical-coordinate representation of color #E17DBB: hue angle of 322.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DBB is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 187 -
CMYK 0 0.44 0.17 0.12
HSL 322.8º 0.63% 0.69% -
HSV(B) 322.8º 0.44% 0.88% -
XYZ 47.35 34.26 51.13 -
YUV 161.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 225 125 187 0 0.44 0.17 0.12 322.8 0.63 0.69
Hex E1 7D BB 0 2C 11 C 143 3E 45
Octal 341 175 273 0 54 21 14 503 76 105
Binary 11100001 1111101 10111011 0 101100 10001 1100 101000011 111110 1000101

Color Harmonies of #E17DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DBB

Black with #E17DBB

Text Example


Text Example

White with #E17DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DBB; }

 p { color: rgb(225,125,187); }

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

background-color css

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

 a { background-color: rgb(225,125,187); }

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

border-color css

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

 span { border-color: rgb(225,125,187); }

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