Html Css Color HEX #EE327B Deep Cerise

📋 copy color: '#EE327B'

red 238 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #EE327B

Tints of Deep Cerise #EE327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 57.91%
G = 12.17%
B = 29.93%

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

#EE327B (or 0xEE327B) is known color: Deep Cerise. HEX triplet: EE, 32 and 7B. RGB value is (238,50,123). Sum of RGB (Red+Green+Blue) = 238+50+123=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE327B is #11CD84. Grayscale: #727272. Windows color (decimal): -1166725 or 8073966. OLE color: 8073966.

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

Color convert

RGB 238 50 123 -
CMYK 0 0.79 0.48 0.07
HSL 336.7º 0.85% 0.56% -
HSV(B) 336.7º 0.79% 0.93% -
XYZ 39.98 21.89 20.86 -
YUV 114.53 132.78 216.06 -
System Red Green Blue C M Y K H S L
Decimal 238 50 123 0 0.79 0.48 0.07 336.7 0.85 0.56
Hex EE 32 7B 0 4F 30 7 151 55 38
Octal 356 62 173 0 117 60 7 521 125 70
Binary 11101110 110010 1111011 0 1001111 110000 111 101010001 1010101 111000

Color Harmonies of #EE327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE327B

Black with #EE327B

Text Example


Text Example

White with #EE327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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