Html Css Color HEX #EE328B Deep Cerise

📋 copy color: '#EE328B'

red 238 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #EE328B

Tints of Deep Cerise #EE328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 55.74%
G = 11.71%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE328B (or 0xEE328B) is known color: Deep Cerise. HEX triplet: EE, 32 and 8B. RGB value is (238,50,139). Sum of RGB (Red+Green+Blue) = 238+50+139=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE328B is #11CD74. Grayscale: #747474. Windows color (decimal): -1166709 or 9122542. OLE color: 9122542.

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

Color convert

RGB 238 50 139 -
CMYK 0 0.79 0.42 0.07
HSL 331.6º 0.85% 0.56% -
HSV(B) 331.6º 0.79% 0.93% -
XYZ 41.06 22.32 26.57 -
YUV 116.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 238 50 139 0 0.79 0.42 0.07 331.6 0.85 0.56
Hex EE 32 8B 0 4F 2A 7 14C 55 38
Octal 356 62 213 0 117 52 7 514 125 70
Binary 11101110 110010 10001011 0 1001111 101010 111 101001100 1010101 111000

Color Harmonies of #EE328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE328B

Black with #EE328B

Text Example


Text Example

White with #EE328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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