Html Css Color HEX #EE2D7A Deep Cerise

📋 copy color: '#EE2D7A'

red 238 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #EE2D7A

Tints of Deep Cerise #EE2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 58.77%
G = 11.11%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE2D7A (or 0xEE2D7A) is known color: Deep Cerise. HEX triplet: EE, 2D and 7A. RGB value is (238,45,122). Sum of RGB (Red+Green+Blue) = 238+45+122=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2D7A is #11D285. Grayscale: #6F6F6F. Windows color (decimal): -1168006 or 8007150. OLE color: 8007150.

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

Color convert

RGB 238 45 122 -
CMYK 0 0.81 0.49 0.07
HSL 336.06º 0.85% 0.55% -
HSV(B) 336.06º 0.81% 0.93% -
XYZ 39.71 21.46 20.46 -
YUV 111.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 238 45 122 0 0.81 0.49 0.07 336.06 0.85 0.55
Hex EE 2D 7A 0 51 31 7 150 55 37
Octal 356 55 172 0 121 61 7 520 125 67
Binary 11101110 101101 1111010 0 1010001 110001 111 101010000 1010101 110111

Color Harmonies of #EE2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D7A

Black with #EE2D7A

Text Example


Text Example

White with #EE2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D7A; }

 p { color: rgb(238,45,122); }

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

background-color css

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

 a { background-color: rgb(238,45,122); }

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

border-color css

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

 span { border-color: rgb(238,45,122); }

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