Html Css Color HEX #EE348B Deep Cerise

📋 copy color: '#EE348B'

red 238 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #EE348B

Tints of Deep Cerise #EE348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

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

R = 55.48%
G = 12.12%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE348B (or 0xEE348B) is known color: Deep Cerise. HEX triplet: EE, 34 and 8B. RGB value is (238,52,139). Sum of RGB (Red+Green+Blue) = 238+52+139=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE348B is #11CB74. Grayscale: #757575. Windows color (decimal): -1166197 or 9123054. OLE color: 9123054.

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

Color convert

RGB 238 52 139 -
CMYK 0 0.78 0.42 0.07
HSL 331.94º 0.85% 0.57% -
HSV(B) 331.94º 0.78% 0.93% -
XYZ 41.15 22.5 26.6 -
YUV 117.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 238 52 139 0 0.78 0.42 0.07 331.94 0.85 0.57
Hex EE 34 8B 0 4E 2A 7 14C 55 39
Octal 356 64 213 0 116 52 7 514 125 71
Binary 11101110 110100 10001011 0 1001110 101010 111 101001100 1010101 111001

Color Harmonies of #EE348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE348B

Black with #EE348B

Text Example


Text Example

White with #EE348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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