Html Css Color HEX #E17EB6 Persian Pink

📋 copy color: '#E17EB6'

red 225 ◦ green 126 ◦ blue 182

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

Shades of Persian Pink #E17EB6

Tints of Persian Pink #E17EB6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 42.21%
G = 23.64%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E17EB6 (or 0xE17EB6) is known color: Persian Pink. HEX triplet: E1, 7E and B6. RGB value is (225,126,182). Sum of RGB (Red+Green+Blue) = 225+126+182=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EB6 is #1E8149. Grayscale: #A1A1A1. Windows color (decimal): -1999178 or 11960033. OLE color: 11960033.

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

Color convert

RGB 225 126 182 -
CMYK 0 0.44 0.19 0.12
HSL 326.06º 0.62% 0.69% -
HSV(B) 326.06º 0.44% 0.88% -
XYZ 46.96 34.31 48.4 -
YUV 161.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 225 126 182 0 0.44 0.19 0.12 326.06 0.62 0.69
Hex E1 7E B6 0 2C 13 C 146 3E 45
Octal 341 176 266 0 54 23 14 506 76 105
Binary 11100001 1111110 10110110 0 101100 10011 1100 101000110 111110 1000101

Color Harmonies of #E17EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EB6

Black with #E17EB6

Text Example


Text Example

White with #E17EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EB6; }

 p { color: rgb(225,126,182); }

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

background-color css

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

 a { background-color: rgb(225,126,182); }

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

border-color css

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

 span { border-color: rgb(225,126,182); }

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