Html Css Color HEX #E17CB3 Persian Pink

📋 copy color: '#E17CB3'

red 225 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #E17CB3

Tints of Persian Pink #E17CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 179 (70.31% from 255) = 33.9%

R = 42.61%
G = 23.48%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E17CB3 (or 0xE17CB3) is known color: Persian Pink. HEX triplet: E1, 7C and B3. RGB value is (225,124,179). Sum of RGB (Red+Green+Blue) = 225+124+179=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CB3 is #1E834C. Grayscale: #A0A0A0. Windows color (decimal): -1999693 or 11762913. OLE color: 11762913.

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

Color convert

RGB 225 124 179 -
CMYK 0 0.45 0.20 0.12
HSL 327.33º 0.63% 0.68% -
HSV(B) 327.33º 0.45% 0.88% -
XYZ 46.4 33.68 46.7 -
YUV 160.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 225 124 179 0 0.45 0.20 0.12 327.33 0.63 0.68
Hex E1 7C B3 0 2D 14 C 147 3F 44
Octal 341 174 263 0 55 24 14 507 77 104
Binary 11100001 1111100 10110011 0 101101 10100 1100 101000111 111111 1000100

Color Harmonies of #E17CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CB3

Black with #E17CB3

Text Example


Text Example

White with #E17CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CB3; }

 p { color: rgb(225,124,179); }

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

background-color css

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

 a { background-color: rgb(225,124,179); }

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

border-color css

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

 span { border-color: rgb(225,124,179); }

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