Html Css Color HEX #E02D5E Cerise

📋 copy color: '#E02D5E'

red 224 ◦ green 45 ◦ blue 94

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

Shades of Cerise #E02D5E

Tints of Cerise #E02D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 61.71%
G = 12.4%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E02D5E (or 0xE02D5E) is known color: Cerise. HEX triplet: E0, 2D and 5E. RGB value is (224,45,94). Sum of RGB (Red+Green+Blue) = 224+45+94=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D5E is #1FD2A1. Grayscale: #686868. Windows color (decimal): -2085538 or 6172128. OLE color: 6172128.

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

Color convert

RGB 224 45 94 -
CMYK 0 0.80 0.58 0.12
HSL 343.58º 0.74% 0.53% -
HSV(B) 343.58º 0.8% 0.88% -
XYZ 33.7 18.53 12.39 -
YUV 104.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 224 45 94 0 0.80 0.58 0.12 343.58 0.74 0.53
Hex E0 2D 5E 0 50 3A C 158 4A 35
Octal 340 55 136 0 120 72 14 530 112 65
Binary 11100000 101101 1011110 0 1010000 111010 1100 101011000 1001010 110101

Color Harmonies of #E02D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D5E

Black with #E02D5E

Text Example


Text Example

White with #E02D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D5E; }

 p { color: rgb(224,45,94); }

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

background-color css

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

 a { background-color: rgb(224,45,94); }

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

border-color css

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

 span { border-color: rgb(224,45,94); }

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