Html Css Color HEX #EE298D Deep Cerise

📋 copy color: '#EE298D'

red 238 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #EE298D

Tints of Deep Cerise #EE298D

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 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

#EE298D (or 0xEE298D) is known color: 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

RGB 238 41 141 -
CMYK 0 0.83 0.41 0.07
HSL 329.54º 0.85% 0.55% -
HSV(B) 329.54º 0.83% 0.93% -
XYZ 40.86 21.69 27.23 -
YUV 111.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 238 41 141 0 0.83 0.41 0.07 329.54 0.85 0.55
Hex EE 29 8D 0 53 29 7 14A 55 37
Octal 356 51 215 0 123 51 7 512 125 67
Binary 11101110 101001 10001101 0 1010011 101001 111 101001010 1010101 110111

Color Harmonies of #EE298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE298D

Black with #EE298D

Text Example


Text Example

White with #EE298D

Text Example


Text Example

HTML Codes & Css Web 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>