Html Css Color HEX #E62199 Persian Rose

📋 copy color: '#E62199'

red 230 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #E62199

Tints of Persian Rose #E62199

RGB

 RED value IS 230 (90.23% from 255) = 55.29%

 GREEN value IS 33 (13.28% from 255) = 7.93%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 55.29%
G = 7.93%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E62199 (or 0xE62199) is known color: Persian Rose. HEX triplet: E6, 21 and 99. RGB value is (230,33,153). Sum of RGB (Red+Green+Blue) = 230+33+153=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E62199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62199 is #19DE66. Grayscale: #696969. Windows color (decimal): -1695335 or 10035686. OLE color: 10035686.

HSL color Cylindrical-coordinate representation of color #E62199: hue angle of 323.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62199 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 153 -
CMYK 0 0.86 0.33 0.10
HSL 323.45º 0.8% 0.52% -
HSV(B) 323.45º 0.86% 0.9% -
XYZ 38.93 20.21 31.99 -
YUV 105.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 230 33 153 0 0.86 0.33 0.10 323.45 0.8 0.52
Hex E6 21 99 0 56 21 A 143 50 34
Octal 346 41 231 0 126 41 12 503 120 64
Binary 11100110 100001 10011001 0 1010110 100001 1010 101000011 1010000 110100

Color Harmonies of #E62199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62199

Black with #E62199

Text Example


Text Example

White with #E62199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62199; }

 p { color: rgb(230,33,153); }

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

background-color css

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

 a { background-color: rgb(230,33,153); }

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

border-color css

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

 span { border-color: rgb(230,33,153); }

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