Html Css Color HEX #E16EB1 Persian Pink

📋 copy color: '#E16EB1'

red 225 ◦ green 110 ◦ blue 177

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

Shades of Persian Pink #E16EB1

Tints of Persian Pink #E16EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 43.95%
G = 21.48%
B = 34.57%

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

#E16EB1 (or 0xE16EB1) is known color: Persian Pink. HEX triplet: E1, 6E and B1. RGB value is (225,110,177). Sum of RGB (Red+Green+Blue) = 225+110+177=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EB1 is #1E914E. Grayscale: #979797. Windows color (decimal): -2003279 or 11628257. OLE color: 11628257.

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

Color convert

RGB 225 110 177 -
CMYK 0 0.51 0.21 0.12
HSL 325.04º 0.66% 0.66% -
HSV(B) 325.04º 0.51% 0.88% -
XYZ 44.56 30.33 45.1 -
YUV 152.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 225 110 177 0 0.51 0.21 0.12 325.04 0.66 0.66
Hex E1 6E B1 0 33 15 C 145 42 42
Octal 341 156 261 0 63 25 14 505 102 102
Binary 11100001 1101110 10110001 0 110011 10101 1100 101000101 1000010 1000010

Color Harmonies of #E16EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EB1

Black with #E16EB1

Text Example


Text Example

White with #E16EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EB1; }

 p { color: rgb(225,110,177); }

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

background-color css

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

 a { background-color: rgb(225,110,177); }

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

border-color css

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

 span { border-color: rgb(225,110,177); }

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