#EE316E

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

Shades of Cerise #EE316E

Tints of Cerise #EE316E

Color information

#EE316E (or 0xEE316E) is unknown color: approx Cerise. HEX triplet: EE, 31 and 6E. RGB value is (238,49,110). Sum of RGB (Red+Green+Blue) = 238+49+110=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE316E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE316E is #11CE91. Grayscale: #707070. Windows color (decimal): -1166994 or 7221742. OLE color: 7221742.

HSL color Cylindrical-coordinate representation of color #EE316E: hue angle of 340.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE316E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB23849110-
CMYK00.790.540.07
HSL340.63º84.75%56.27%-
HSV(B)340.63º79.41%93.33%-
XYZ39.1721.516.84-
YUV112.46126.62217.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.95%
GREEN value IS 49 (19.53% from 255) = 12.34%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=59.95%
G=12.34%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384911000.790.540.07340.6384.7556.27
HexEE316E04F3671555538
Octal35661156011766752512570
Binary111011101100011101110010011111101101111010101011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE316E; }

 p { color: rgb(238,49,110); }

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

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

 a { background-color: rgb(238,49,110); }

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

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

 span { border-color: rgb(238,49,110); }

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