Html Css Color HEX #E16EBE Persian Pink

📋 copy color: '#E16EBE'

red 225 ◦ green 110 ◦ blue 190

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

Shades of Persian Pink #E16EBE

Tints of Persian Pink #E16EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 42.86%
G = 20.95%
B = 36.19%

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

#E16EBE (or 0xE16EBE) is known color: Persian Pink. HEX triplet: E1, 6E and BE. RGB value is (225,110,190). Sum of RGB (Red+Green+Blue) = 225+110+190=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EBE is #1E9141. Grayscale: #999999. Windows color (decimal): -2003266 or 12480225. OLE color: 12480225.

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

Color convert

RGB 225 110 190 -
CMYK 0 0.51 0.16 0.12
HSL 318.26º 0.66% 0.66% -
HSV(B) 318.26º 0.51% 0.88% -
XYZ 45.92 30.88 52.25 -
YUV 153.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 225 110 190 0 0.51 0.16 0.12 318.26 0.66 0.66
Hex E1 6E BE 0 33 10 C 13E 42 42
Octal 341 156 276 0 63 20 14 476 102 102
Binary 11100001 1101110 10111110 0 110011 10000 1100 100111110 1000010 1000010

Color Harmonies of #E16EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EBE

Black with #E16EBE

Text Example


Text Example

White with #E16EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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