Html Css Color HEX #EE318A Deep Cerise

📋 copy color: '#EE318A'

red 238 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #EE318A

Tints of Deep Cerise #EE318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.53%

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 56%
G = 11.53%
B = 32.47%

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

#EE318A (or 0xEE318A) is known color: Deep Cerise. HEX triplet: EE, 31 and 8A. RGB value is (238,49,138). Sum of RGB (Red+Green+Blue) = 238+49+138=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE318A is #11CE75. Grayscale: #737373. Windows color (decimal): -1166966 or 9056750. OLE color: 9056750.

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

Color convert

RGB 238 49 138 -
CMYK 0 0.79 0.42 0.07
HSL 331.75º 0.85% 0.56% -
HSV(B) 331.75º 0.79% 0.93% -
XYZ 40.95 22.21 26.17 -
YUV 115.66 140.62 215.26 -
System Red Green Blue C M Y K H S L
Decimal 238 49 138 0 0.79 0.42 0.07 331.75 0.85 0.56
Hex EE 31 8A 0 4F 2A 7 14C 55 38
Octal 356 61 212 0 117 52 7 514 125 70
Binary 11101110 110001 10001010 0 1001111 101010 111 101001100 1010101 111000

Color Harmonies of #EE318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE318A

Black with #EE318A

Text Example


Text Example

White with #EE318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE318A; }

 p { color: rgb(238,49,138); }

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

background-color css

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

 a { background-color: rgb(238,49,138); }

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

border-color css

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

 span { border-color: rgb(238,49,138); }

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