Html Css Color HEX #EA3090 Deep Cerise

📋 copy color: '#EA3090'

red 234 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #EA3090

Tints of Deep Cerise #EA3090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 54.93%
G = 11.27%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA3090 (or 0xEA3090) is known color: Deep Cerise. HEX triplet: EA, 30 and 90. RGB value is (234,48,144). Sum of RGB (Red+Green+Blue) = 234+48+144=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3090 is #15CF6F. Grayscale: #727272. Windows color (decimal): -1429360 or 9449706. OLE color: 9449706.

HSL color Cylindrical-coordinate representation of color #EA3090: hue angle of 329.03º degrees, saturation: 0.82, 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 #EA3090 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 144 -
CMYK 0 0.79 0.38 0.08
HSL 329.03º 0.82% 0.55% -
HSV(B) 329.03º 0.79% 0.92% -
XYZ 40.02 21.62 28.45 -
YUV 114.56 144.62 213.19 -
System Red Green Blue C M Y K H S L
Decimal 234 48 144 0 0.79 0.38 0.08 329.03 0.82 0.55
Hex EA 30 90 0 4F 26 8 149 52 37
Octal 352 60 220 0 117 46 10 511 122 67
Binary 11101010 110000 10010000 0 1001111 100110 1000 101001001 1010010 110111

Color Harmonies of #EA3090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3090

Black with #EA3090

Text Example


Text Example

White with #EA3090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3090; }

 p { color: rgb(234,48,144); }

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

background-color css

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

 a { background-color: rgb(234,48,144); }

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

border-color css

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

 span { border-color: rgb(234,48,144); }

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