Html Css Color HEX #EE327C Deep Cerise

📋 copy color: '#EE327C'

red 238 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #EE327C

Tints of Deep Cerise #EE327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 57.77%
G = 12.14%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE327C (or 0xEE327C) is known color: Deep Cerise. HEX triplet: EE, 32 and 7C. RGB value is (238,50,124). Sum of RGB (Red+Green+Blue) = 238+50+124=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE327C is #11CD83. Grayscale: #727272. Windows color (decimal): -1166724 or 8139502. OLE color: 8139502.

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

Color convert

RGB 238 50 124 -
CMYK 0 0.79 0.48 0.07
HSL 336.38º 0.85% 0.56% -
HSV(B) 336.38º 0.79% 0.93% -
XYZ 40.04 21.91 21.19 -
YUV 114.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 238 50 124 0 0.79 0.48 0.07 336.38 0.85 0.56
Hex EE 32 7C 0 4F 30 7 150 55 38
Octal 356 62 174 0 117 60 7 520 125 70
Binary 11101110 110010 1111100 0 1001111 110000 111 101010000 1010101 111000

Color Harmonies of #EE327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE327C

Black with #EE327C

Text Example


Text Example

White with #EE327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE327C; }

 p { color: rgb(238,50,124); }

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

background-color css

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

 a { background-color: rgb(238,50,124); }

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

border-color css

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

 span { border-color: rgb(238,50,124); }

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