Html Css Color HEX #E17FB5 Persian Pink

📋 copy color: '#E17FB5'

red 225 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #E17FB5

Tints of Persian Pink #E17FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 42.21%
G = 23.83%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E17FB5 (or 0xE17FB5) is known color: Persian Pink. HEX triplet: E1, 7F and B5. RGB value is (225,127,181). Sum of RGB (Red+Green+Blue) = 225+127+181=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FB5 is #1E804A. Grayscale: #A2A2A2. Windows color (decimal): -1998923 or 11894753. OLE color: 11894753.

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

Color convert

RGB 225 127 181 -
CMYK 0 0.44 0.20 0.12
HSL 326.94º 0.62% 0.69% -
HSV(B) 326.94º 0.44% 0.88% -
XYZ 46.98 34.52 47.9 -
YUV 162.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 225 127 181 0 0.44 0.20 0.12 326.94 0.62 0.69
Hex E1 7F B5 0 2C 14 C 147 3E 45
Octal 341 177 265 0 54 24 14 507 76 105
Binary 11100001 1111111 10110101 0 101100 10100 1100 101000111 111110 1000101

Color Harmonies of #E17FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FB5

Black with #E17FB5

Text Example


Text Example

White with #E17FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FB5; }

 p { color: rgb(225,127,181); }

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

background-color css

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

 a { background-color: rgb(225,127,181); }

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

border-color css

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

 span { border-color: rgb(225,127,181); }

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