Html Css Color HEX #E17BB0 Persian Pink

📋 copy color: '#E17BB0'

red 225 ◦ green 123 ◦ blue 176

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

Shades of Persian Pink #E17BB0

Tints of Persian Pink #E17BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 42.94%
G = 23.47%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E17BB0 (or 0xE17BB0) is known color: Persian Pink. HEX triplet: E1, 7B and B0. RGB value is (225,123,176). Sum of RGB (Red+Green+Blue) = 225+123+176=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BB0 is #1E844F. Grayscale: #9F9F9F. Windows color (decimal): -1999952 or 11566049. OLE color: 11566049.

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

Color convert

RGB 225 123 176 -
CMYK 0 0.45 0.22 0.12
HSL 328.82º 0.63% 0.68% -
HSV(B) 328.82º 0.45% 0.88% -
XYZ 45.97 33.31 45.08 -
YUV 159.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 225 123 176 0 0.45 0.22 0.12 328.82 0.63 0.68
Hex E1 7B B0 0 2D 16 C 149 3F 44
Octal 341 173 260 0 55 26 14 511 77 104
Binary 11100001 1111011 10110000 0 101101 10110 1100 101001001 111111 1000100

Color Harmonies of #E17BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BB0

Black with #E17BB0

Text Example


Text Example

White with #E17BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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