Html Css Color HEX #E17CBE Persian Pink

📋 copy color: '#E17CBE'

red 225 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #E17CBE

Tints of Persian Pink #E17CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 41.74%
G = 23.01%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17CBE (or 0xE17CBE) is known color: Persian Pink. HEX triplet: E1, 7C and BE. RGB value is (225,124,190). Sum of RGB (Red+Green+Blue) = 225+124+190=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CBE is #1E8341. Grayscale: #A1A1A1. Windows color (decimal): -1999682 or 12483809. OLE color: 12483809.

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

Color convert

RGB 225 124 190 -
CMYK 0 0.45 0.16 0.12
HSL 320.79º 0.63% 0.68% -
HSV(B) 320.79º 0.45% 0.88% -
XYZ 47.55 34.14 52.8 -
YUV 161.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 225 124 190 0 0.45 0.16 0.12 320.79 0.63 0.68
Hex E1 7C BE 0 2D 10 C 141 3F 44
Octal 341 174 276 0 55 20 14 501 77 104
Binary 11100001 1111100 10111110 0 101101 10000 1100 101000001 111111 1000100

Color Harmonies of #E17CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CBE

Black with #E17CBE

Text Example


Text Example

White with #E17CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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