Html Css Color HEX #E17DB2 Persian Pink

📋 copy color: '#E17DB2'

red 225 ◦ green 125 ◦ blue 178

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

Shades of Persian Pink #E17DB2

Tints of Persian Pink #E17DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 42.61%
G = 23.67%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E17DB2 (or 0xE17DB2) is known color: Persian Pink. HEX triplet: E1, 7D and B2. RGB value is (225,125,178). Sum of RGB (Red+Green+Blue) = 225+125+178=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DB2 is #1E824D. Grayscale: #A0A0A0. Windows color (decimal): -1999438 or 11697633. OLE color: 11697633.

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

Color convert

RGB 225 125 178 -
CMYK 0 0.44 0.21 0.12
HSL 328.2º 0.63% 0.69% -
HSV(B) 328.2º 0.44% 0.88% -
XYZ 46.42 33.89 46.21 -
YUV 160.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 225 125 178 0 0.44 0.21 0.12 328.2 0.63 0.69
Hex E1 7D B2 0 2C 15 C 148 3E 45
Octal 341 175 262 0 54 25 14 510 76 105
Binary 11100001 1111101 10110010 0 101100 10101 1100 101001000 111110 1000101

Color Harmonies of #E17DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DB2

Black with #E17DB2

Text Example


Text Example

White with #E17DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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