Html Css Color HEX #E16FBC Persian Pink

📋 copy color: '#E16FBC'

red 225 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #E16FBC

Tints of Persian Pink #E16FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 42.94%
G = 21.18%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E16FBC (or 0xE16FBC) is known color: Persian Pink. HEX triplet: E1, 6F and BC. RGB value is (225,111,188). Sum of RGB (Red+Green+Blue) = 225+111+188=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FBC is #1E9043. Grayscale: #999999. Windows color (decimal): -2003012 or 12349409. OLE color: 12349409.

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

Color convert

RGB 225 111 188 -
CMYK 0 0.51 0.16 0.12
HSL 319.47º 0.66% 0.66% -
HSV(B) 319.47º 0.51% 0.88% -
XYZ 45.81 31.01 51.15 -
YUV 153.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 225 111 188 0 0.51 0.16 0.12 319.47 0.66 0.66
Hex E1 6F BC 0 33 10 C 13F 42 42
Octal 341 157 274 0 63 20 14 477 102 102
Binary 11100001 1101111 10111100 0 110011 10000 1100 100111111 1000010 1000010

Color Harmonies of #E16FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FBC

Black with #E16FBC

Text Example


Text Example

White with #E16FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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