#EE298D

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

Shades of Deep Cerise #EE298D

Tints of Deep Cerise #EE298D

Color information

#EE298D (or 0xEE298D) is unknown color: approx Deep Cerise. HEX triplet: EE, 29 and 8D. RGB value is (238,41,141). Sum of RGB (Red+Green+Blue) = 238+41+141=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE298D is #11D672. Grayscale: #6F6F6F. Windows color (decimal): -1169011 or 9251310. OLE color: 9251310.

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

Color convert

RGB23841141-
CMYK00.830.410.07
HSL329.54º85.28%54.71%-
HSV(B)329.54º82.77%93.33%-
XYZ40.8621.6927.23-
YUV111.3144.77218.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.67%
GREEN value IS 41 (16.41% from 255) = 9.76%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=56.67%
G=9.76%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384114100.830.410.07329.5485.2854.71
HexEE298D05329714a5537
Octal35651215012351751212567
Binary1110111010100110001101010100111010011111010010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE298D; }

 p { color: rgb(238,41,141); }

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

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

 a { background-color: rgb(238,41,141); }

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

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

 span { border-color: rgb(238,41,141); }

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