Html Css Color HEX #E17FBA Persian Pink

📋 copy color: '#E17FBA'

red 225 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #E17FBA

Tints of Persian Pink #E17FBA

RGB

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

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

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

R = 41.82%
G = 23.61%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E17FBA (or 0xE17FBA) is known color: Persian Pink. HEX triplet: E1, 7F and BA. RGB value is (225,127,186). Sum of RGB (Red+Green+Blue) = 225+127+186=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FBA is #1E8045. Grayscale: #A2A2A2. Windows color (decimal): -1998918 or 12222433. OLE color: 12222433.

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

Color convert

RGB 225 127 186 -
CMYK 0 0.44 0.17 0.12
HSL 323.88º 0.62% 0.69% -
HSV(B) 323.88º 0.44% 0.88% -
XYZ 47.5 34.73 50.65 -
YUV 163.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 225 127 186 0 0.44 0.17 0.12 323.88 0.62 0.69
Hex E1 7F BA 0 2C 11 C 144 3E 45
Octal 341 177 272 0 54 21 14 504 76 105
Binary 11100001 1111111 10111010 0 101100 10001 1100 101000100 111110 1000101

Color Harmonies of #E17FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FBA

Black with #E17FBA

Text Example


Text Example

White with #E17FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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