Html Css Color HEX #E16FB5 Persian Pink

📋 copy color: '#E16FB5'

red 225 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #E16FB5

Tints of Persian Pink #E16FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 181 (71.09% from 255) = 35.01%

R = 43.52%
G = 21.47%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E16FB5 (or 0xE16FB5) is known color: Persian Pink. HEX triplet: E1, 6F and B5. RGB value is (225,111,181). Sum of RGB (Red+Green+Blue) = 225+111+181=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FB5 is #1E904A. Grayscale: #989898. Windows color (decimal): -2003019 or 11890657. OLE color: 11890657.

HSL color Cylindrical-coordinate representation of color #E16FB5: hue angle of 323.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FB5 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 181 -
CMYK 0 0.51 0.20 0.12
HSL 323.16º 0.66% 0.66% -
HSV(B) 323.16º 0.51% 0.88% -
XYZ 45.08 30.71 47.27 -
YUV 153.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 225 111 181 0 0.51 0.20 0.12 323.16 0.66 0.66
Hex E1 6F B5 0 33 14 C 143 42 42
Octal 341 157 265 0 63 24 14 503 102 102
Binary 11100001 1101111 10110101 0 110011 10100 1100 101000011 1000010 1000010

Color Harmonies of #E16FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FB5

Black with #E16FB5

Text Example


Text Example

White with #E16FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FB5; }

 p { color: rgb(225,111,181); }

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

background-color css

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

 a { background-color: rgb(225,111,181); }

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

border-color css

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

 span { border-color: rgb(225,111,181); }

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