Html Css Color HEX #E17CBA Persian Pink

📋 copy color: '#E17CBA'

red 225 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #E17CBA

Tints of Persian Pink #E17CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 42.06%
G = 23.18%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E17CBA (or 0xE17CBA) is known color: Persian Pink. HEX triplet: E1, 7C and BA. RGB value is (225,124,186). Sum of RGB (Red+Green+Blue) = 225+124+186=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CBA is #1E8345. Grayscale: #A1A1A1. Windows color (decimal): -1999686 or 12221665. OLE color: 12221665.

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

Color convert

RGB 225 124 186 -
CMYK 0 0.45 0.17 0.12
HSL 323.17º 0.63% 0.68% -
HSV(B) 323.17º 0.45% 0.88% -
XYZ 47.12 33.97 50.53 -
YUV 161.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 225 124 186 0 0.45 0.17 0.12 323.17 0.63 0.68
Hex E1 7C BA 0 2D 11 C 143 3F 44
Octal 341 174 272 0 55 21 14 503 77 104
Binary 11100001 1111100 10111010 0 101101 10001 1100 101000011 111111 1000100

Color Harmonies of #E17CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CBA

Black with #E17CBA

Text Example


Text Example

White with #E17CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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