Html Css Color HEX #E03085 Deep Cerise

📋 copy color: '#E03085'

red 224 ◦ green 48 ◦ blue 133

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

Shades of Deep Cerise #E03085

Tints of Deep Cerise #E03085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.85%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 55.31%
G = 11.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E03085 (or 0xE03085) is known color: Deep Cerise. HEX triplet: E0, 30 and 85. RGB value is (224,48,133). Sum of RGB (Red+Green+Blue) = 224+48+133=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E03085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03085 is #1FCF7A. Grayscale: #6E6E6E. Windows color (decimal): -2084731 or 8728800. OLE color: 8728800.

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

Color convert

RGB 224 48 133 -
CMYK 0 0.79 0.41 0.12
HSL 331.02º 0.74% 0.53% -
HSV(B) 331.02º 0.79% 0.88% -
XYZ 36.03 19.65 24.08 -
YUV 110.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 224 48 133 0 0.79 0.41 0.12 331.02 0.74 0.53
Hex E0 30 85 0 4F 29 C 14B 4A 35
Octal 340 60 205 0 117 51 14 513 112 65
Binary 11100000 110000 10000101 0 1001111 101001 1100 101001011 1001010 110101

Color Harmonies of #E03085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03085

Black with #E03085

Text Example


Text Example

White with #E03085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03085; }

 p { color: rgb(224,48,133); }

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

background-color css

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

 a { background-color: rgb(224,48,133); }

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

border-color css

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

 span { border-color: rgb(224,48,133); }

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