Html Css Color HEX #E17BB1 Persian Pink

📋 copy color: '#E17BB1'

red 225 ◦ green 123 ◦ blue 177

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

Shades of Persian Pink #E17BB1

Tints of Persian Pink #E17BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

 BLUE value IS 177 (69.53% from 255) = 33.71%

R = 42.86%
G = 23.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E17BB1 (or 0xE17BB1) is known color: Persian Pink. HEX triplet: E1, 7B and B1. RGB value is (225,123,177). Sum of RGB (Red+Green+Blue) = 225+123+177=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BB1 is #1E844E. Grayscale: #9F9F9F. Windows color (decimal): -1999951 or 11631585. OLE color: 11631585.

HSL color Cylindrical-coordinate representation of color #E17BB1: hue angle of 328.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BB1 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 123 177 -
CMYK 0 0.45 0.21 0.12
HSL 328.24º 0.63% 0.68% -
HSV(B) 328.24º 0.45% 0.88% -
XYZ 46.07 33.35 45.6 -
YUV 159.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 225 123 177 0 0.45 0.21 0.12 328.24 0.63 0.68
Hex E1 7B B1 0 2D 15 C 148 3F 44
Octal 341 173 261 0 55 25 14 510 77 104
Binary 11100001 1111011 10110001 0 101101 10101 1100 101001000 111111 1000100

Color Harmonies of #E17BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BB1

Black with #E17BB1

Text Example


Text Example

White with #E17BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BB1; }

 p { color: rgb(225,123,177); }

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

background-color css

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

 a { background-color: rgb(225,123,177); }

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

border-color css

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

 span { border-color: rgb(225,123,177); }

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