Html Css Color HEX #E17CBF Persian Pink

📋 copy color: '#E17CBF'

red 225 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #E17CBF

Tints of Persian Pink #E17CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.37%

R = 41.67%
G = 22.96%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E17CBF (or 0xE17CBF) is known color: Persian Pink. HEX triplet: E1, 7C and BF. RGB value is (225,124,191). Sum of RGB (Red+Green+Blue) = 225+124+191=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CBF is #1E8340. Grayscale: #A1A1A1. Windows color (decimal): -1999681 or 12549345. OLE color: 12549345.

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

Color convert

RGB 225 124 191 -
CMYK 0 0.45 0.15 0.12
HSL 320.2º 0.63% 0.68% -
HSV(B) 320.2º 0.45% 0.88% -
XYZ 47.66 34.18 53.38 -
YUV 161.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 225 124 191 0 0.45 0.15 0.12 320.2 0.63 0.68
Hex E1 7C BF 0 2D F C 140 3F 44
Octal 341 174 277 0 55 17 14 500 77 104
Binary 11100001 1111100 10111111 0 101101 1111 1100 101000000 111111 1000100

Color Harmonies of #E17CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CBF

Black with #E17CBF

Text Example


Text Example

White with #E17CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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