Html Css Color HEX #E16FB3 Persian Pink

📋 copy color: '#E16FB3'

red 225 ◦ green 111 ◦ blue 179

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

Shades of Persian Pink #E16FB3

Tints of Persian Pink #E16FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.76%

R = 43.69%
G = 21.55%
B = 34.76%

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

#E16FB3 (or 0xE16FB3) is known color: Persian Pink. HEX triplet: E1, 6F and B3. RGB value is (225,111,179). Sum of RGB (Red+Green+Blue) = 225+111+179=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FB3 is #1E904C. Grayscale: #989898. Windows color (decimal): -2003021 or 11759585. OLE color: 11759585.

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

Color convert

RGB 225 111 179 -
CMYK 0 0.51 0.20 0.12
HSL 324.21º 0.66% 0.66% -
HSV(B) 324.21º 0.51% 0.88% -
XYZ 44.87 30.63 46.2 -
YUV 152.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 225 111 179 0 0.51 0.20 0.12 324.21 0.66 0.66
Hex E1 6F B3 0 33 14 C 144 42 42
Octal 341 157 263 0 63 24 14 504 102 102
Binary 11100001 1101111 10110011 0 110011 10100 1100 101000100 1000010 1000010

Color Harmonies of #E16FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FB3

Black with #E16FB3

Text Example


Text Example

White with #E16FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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