Html Css Color HEX #EE298C Deep Cerise

📋 copy color: '#EE298C'

red 238 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #EE298C

Tints of Deep Cerise #EE298C

RGB

 RED value IS 238 (93.36% from 255) = 56.8%

 GREEN value IS 41 (16.41% from 255) = 9.79%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 56.8%
G = 9.79%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE298C (or 0xEE298C) is known color: Deep Cerise. HEX triplet: EE, 29 and 8C. RGB value is (238,41,140). Sum of RGB (Red+Green+Blue) = 238+41+140=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE298C is #11D673. Grayscale: #6E6E6E. Windows color (decimal): -1169012 or 9185774. OLE color: 9185774.

HSL color Cylindrical-coordinate representation of color #EE298C: hue angle of 329.85º 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 #EE298C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 41 140 -
CMYK 0 0.83 0.41 0.07
HSL 329.85º 0.85% 0.55% -
HSV(B) 329.85º 0.83% 0.93% -
XYZ 40.79 21.66 26.84 -
YUV 111.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 238 41 140 0 0.83 0.41 0.07 329.85 0.85 0.55
Hex EE 29 8C 0 53 29 7 14A 55 37
Octal 356 51 214 0 123 51 7 512 125 67
Binary 11101110 101001 10001100 0 1010011 101001 111 101001010 1010101 110111

Color Harmonies of #EE298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE298C

Black with #EE298C

Text Example


Text Example

White with #EE298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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