Html Css Color HEX #E02F8F Deep Cerise

📋 copy color: '#E02F8F'

red 224 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #E02F8F

Tints of Deep Cerise #E02F8F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 54.11%
G = 11.35%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E02F8F (or 0xE02F8F) is known color: Deep Cerise. HEX triplet: E0, 2F and 8F. RGB value is (224,47,143). Sum of RGB (Red+Green+Blue) = 224+47+143=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F8F is #1FD070. Grayscale: #6E6E6E. Windows color (decimal): -2084977 or 9383904. OLE color: 9383904.

HSL color Cylindrical-coordinate representation of color #E02F8F: hue angle of 327.46º 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 #E02F8F is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 143 -
CMYK 0 0.79 0.36 0.12
HSL 327.46º 0.74% 0.53% -
HSV(B) 327.46º 0.79% 0.88% -
XYZ 36.71 19.86 27.89 -
YUV 110.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 224 47 143 0 0.79 0.36 0.12 327.46 0.74 0.53
Hex E0 2F 8F 0 4F 24 C 147 4A 35
Octal 340 57 217 0 117 44 14 507 112 65
Binary 11100000 101111 10001111 0 1001111 100100 1100 101000111 1001010 110101

Color Harmonies of #E02F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F8F

Black with #E02F8F

Text Example


Text Example

White with #E02F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F8F; }

 p { color: rgb(224,47,143); }

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

background-color css

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

 a { background-color: rgb(224,47,143); }

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

border-color css

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

 span { border-color: rgb(224,47,143); }

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