Html Css Color HEX #E03BA2 Deep Cerise

📋 copy color: '#E03BA2'

red 224 ◦ green 59 ◦ blue 162

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

Shades of Deep Cerise #E03BA2

Tints of Deep Cerise #E03BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

 BLUE value IS 162 (63.67% from 255) = 36.4%

R = 50.34%
G = 13.26%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E03BA2 (or 0xE03BA2) is known color: Deep Cerise. HEX triplet: E0, 3B and A2. RGB value is (224,59,162). Sum of RGB (Red+Green+Blue) = 224+59+162=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BA2 is #1FC45D. Grayscale: #777777. Windows color (decimal): -2081886 or 10632160. OLE color: 10632160.

HSL color Cylindrical-coordinate representation of color #E03BA2: hue angle of 322.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03BA2 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 59 162 -
CMYK 0 0.74 0.28 0.12
HSL 322.55º 0.73% 0.55% -
HSV(B) 322.55º 0.74% 0.88% -
XYZ 38.83 21.58 36.3 -
YUV 120.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 224 59 162 0 0.74 0.28 0.12 322.55 0.73 0.55
Hex E0 3B A2 0 4A 1C C 143 49 37
Octal 340 73 242 0 112 34 14 503 111 67
Binary 11100000 111011 10100010 0 1001010 11100 1100 101000011 1001001 110111

Color Harmonies of #E03BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03BA2

Black with #E03BA2

Text Example


Text Example

White with #E03BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03BA2; }

 p { color: rgb(224,59,162); }

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

background-color css

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

 a { background-color: rgb(224,59,162); }

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

border-color css

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

 span { border-color: rgb(224,59,162); }

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