#E0315E

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

Shades of Cerise #E0315E

Tints of Cerise #E0315E

Color information

#E0315E (or 0xE0315E) is unknown color: approx Cerise. HEX triplet: E0, 31 and 5E. RGB value is (224,49,94). Sum of RGB (Red+Green+Blue) = 224+49+94=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0315E is #1FCEA1. Grayscale: #6A6A6A. Windows color (decimal): -2084514 or 6173152. OLE color: 6173152.

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

Color convert

RGB2244994-
CMYK00.780.580.12
HSL344.57º73.84%53.53%-
HSV(B)344.57º78.12%87.84%-
XYZ33.8618.8512.44-
YUV106.46120.98211.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.04%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=61.04%
G=13.35%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224499400.780.580.12344.5773.8453.53
HexE0315E04E3AC1594a36
Octal340611360116721453111266
Binary1110000011000110111100100111011101011001010110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0315E; }

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

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

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

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

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

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

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

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