#E02E74

Color #E02E74 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #E02E74

Tints of Cerise #E02E74

Color information

#E02E74 (or 0xE02E74) is unknown color: approx Cerise. HEX triplet: E0, 2E and 74. RGB value is (224,46,116). Sum of RGB (Red+Green+Blue) = 224+46+116=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E74 is #1FD18B. Grayscale: #6B6B6B. Windows color (decimal): -2085260 or 7614176. OLE color: 7614176.

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

Color convert

RGB22446116-
CMYK00.790.480.12
HSL336.4º74.17%52.94%-
HSV(B)336.4º79.46%87.84%-
XYZ34.8719.0618.36-
YUV107.2132.97211.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 46 (18.36% from 255) = 11.92%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=58.03%
G=11.92%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244611600.790.480.12336.474.1752.94
HexE02E7404F30C1504a35
Octal340561640117601452011265
Binary1110000010111011101000100111111000011001010100001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02E74; }

 p { color: rgb(224,46,116); }

 H1.HeaderClassName
 {
   color: #E02E74;
 }
 .AnyTagClassName
 {
   color: #E02E74;
 }
</style>
background-color css

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

 a { background-color: rgb(224,46,116); }

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

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

 span { border-color: rgb(224,46,116); }

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