Html Css Color HEX #E06EBE Persian Pink

📋 copy color: '#E06EBE'

red 224 ◦ green 110 ◦ blue 190

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

Shades of Persian Pink #E06EBE

Tints of Persian Pink #E06EBE

RGB

 RED value IS 224 (87.89% from 255) = 42.75%

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

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

R = 42.75%
G = 20.99%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E06EBE (or 0xE06EBE) is known color: Persian Pink. HEX triplet: E0, 6E and BE. RGB value is (224,110,190). Sum of RGB (Red+Green+Blue) = 224+110+190=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06EBE is #1F9141. Grayscale: #999999. Windows color (decimal): -2068802 or 12480224. OLE color: 12480224.

HSL color Cylindrical-coordinate representation of color #E06EBE: hue angle of 317.89º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EBE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 190 -
CMYK 0 0.51 0.15 0.12
HSL 317.89º 0.65% 0.65% -
HSV(B) 317.89º 0.51% 0.88% -
XYZ 45.61 30.72 52.24 -
YUV 153.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 224 110 190 0 0.51 0.15 0.12 317.89 0.65 0.65
Hex E0 6E BE 0 33 F C 13E 41 41
Octal 340 156 276 0 63 17 14 476 101 101
Binary 11100000 1101110 10111110 0 110011 1111 1100 100111110 1000001 1000001

Color Harmonies of #E06EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EBE

Black with #E06EBE

Text Example


Text Example

White with #E06EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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