Html Css Color HEX #EE327A Deep Cerise

📋 copy color: '#EE327A'

red 238 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #EE327A

Tints of Deep Cerise #EE327A

RGB

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

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

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

R = 58.05%
G = 12.2%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE327A (or 0xEE327A) is known color: Deep Cerise. HEX triplet: EE, 32 and 7A. RGB value is (238,50,122). Sum of RGB (Red+Green+Blue) = 238+50+122=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE327A is #11CD85. Grayscale: #727272. Windows color (decimal): -1166726 or 8008430. OLE color: 8008430.

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

Color convert

RGB 238 50 122 -
CMYK 0 0.79 0.49 0.07
HSL 337.02º 0.85% 0.56% -
HSV(B) 337.02º 0.79% 0.93% -
XYZ 39.91 21.86 20.53 -
YUV 114.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 238 50 122 0 0.79 0.49 0.07 337.02 0.85 0.56
Hex EE 32 7A 0 4F 31 7 151 55 38
Octal 356 62 172 0 117 61 7 521 125 70
Binary 11101110 110010 1111010 0 1001111 110001 111 101010001 1010101 111000

Color Harmonies of #EE327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE327A

Black with #EE327A

Text Example


Text Example

White with #EE327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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