Html Css Color HEX #E17FBE Persian Pink

📋 copy color: '#E17FBE'

red 225 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #E17FBE

Tints of Persian Pink #E17FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

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

R = 41.51%
G = 23.43%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17FBE (or 0xE17FBE) is known color: Persian Pink. HEX triplet: E1, 7F and BE. RGB value is (225,127,190). Sum of RGB (Red+Green+Blue) = 225+127+190=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FBE is #1E8041. Grayscale: #A3A3A3. Windows color (decimal): -1998914 or 12484577. OLE color: 12484577.

HSL color Cylindrical-coordinate representation of color #E17FBE: hue angle of 321.43º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FBE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 190 -
CMYK 0 0.44 0.16 0.12
HSL 321.43º 0.62% 0.69% -
HSV(B) 321.43º 0.44% 0.88% -
XYZ 47.93 34.9 52.93 -
YUV 163.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 225 127 190 0 0.44 0.16 0.12 321.43 0.62 0.69
Hex E1 7F BE 0 2C 10 C 141 3E 45
Octal 341 177 276 0 54 20 14 501 76 105
Binary 11100001 1111111 10111110 0 101100 10000 1100 101000001 111110 1000101

Color Harmonies of #E17FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FBE

Black with #E17FBE

Text Example


Text Example

White with #E17FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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