Html Css Color HEX #EA318C Deep Cerise

📋 copy color: '#EA318C'

red 234 ◦ green 49 ◦ blue 140

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

Shades of Deep Cerise #EA318C

Tints of Deep Cerise #EA318C

RGB

 RED value IS 234 (91.8% from 255) = 55.32%

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 55.32%
G = 11.58%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA318C (or 0xEA318C) is known color: Deep Cerise. HEX triplet: EA, 31 and 8C. RGB value is (234,49,140). Sum of RGB (Red+Green+Blue) = 234+49+140=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA318C is #15CE73. Grayscale: #727272. Windows color (decimal): -1429108 or 9187818. OLE color: 9187818.

HSL color Cylindrical-coordinate representation of color #EA318C: hue angle of 330.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA318C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 140 -
CMYK 0 0.79 0.40 0.08
HSL 330.49º 0.81% 0.55% -
HSV(B) 330.49º 0.79% 0.92% -
XYZ 39.76 21.58 26.88 -
YUV 114.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 234 49 140 0 0.79 0.40 0.08 330.49 0.81 0.55
Hex EA 31 8C 0 4F 28 8 14A 51 37
Octal 352 61 214 0 117 50 10 512 121 67
Binary 11101010 110001 10001100 0 1001111 101000 1000 101001010 1010001 110111

Color Harmonies of #EA318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA318C

Black with #EA318C

Text Example


Text Example

White with #EA318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA318C; }

 p { color: rgb(234,49,140); }

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

background-color css

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

 a { background-color: rgb(234,49,140); }

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

border-color css

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

 span { border-color: rgb(234,49,140); }

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