Html Css Color HEX #E16FB2 Persian Pink

📋 copy color: '#E16FB2'

red 225 ◦ green 111 ◦ blue 178

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

Shades of Persian Pink #E16FB2

Tints of Persian Pink #E16FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 43.77%
G = 21.6%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E16FB2 (or 0xE16FB2) is known color: Persian Pink. HEX triplet: E1, 6F and B2. RGB value is (225,111,178). Sum of RGB (Red+Green+Blue) = 225+111+178=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16FB2 is #1E904D. Grayscale: #989898. Windows color (decimal): -2003022 or 11694049. OLE color: 11694049.

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

Color convert

RGB 225 111 178 -
CMYK 0 0.51 0.21 0.12
HSL 324.74º 0.66% 0.66% -
HSV(B) 324.74º 0.51% 0.88% -
XYZ 44.77 30.59 45.66 -
YUV 152.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 225 111 178 0 0.51 0.21 0.12 324.74 0.66 0.66
Hex E1 6F B2 0 33 15 C 145 42 42
Octal 341 157 262 0 63 25 14 505 102 102
Binary 11100001 1101111 10110010 0 110011 10101 1100 101000101 1000010 1000010

Color Harmonies of #E16FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FB2

Black with #E16FB2

Text Example


Text Example

White with #E16FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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