Html Css Color HEX #EA3093 Deep Cerise

📋 copy color: '#EA3093'

red 234 ◦ green 48 ◦ blue 147

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

Shades of Deep Cerise #EA3093

Tints of Deep Cerise #EA3093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 54.55%
G = 11.19%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA3093 (or 0xEA3093) is known color: Deep Cerise. HEX triplet: EA, 30 and 93. RGB value is (234,48,147). Sum of RGB (Red+Green+Blue) = 234+48+147=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3093 is #15CF6C. Grayscale: #727272. Windows color (decimal): -1429357 or 9646314. OLE color: 9646314.

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

Color convert

RGB 234 48 147 -
CMYK 0 0.79 0.37 0.08
HSL 328.06º 0.82% 0.55% -
HSV(B) 328.06º 0.79% 0.92% -
XYZ 40.26 21.71 29.67 -
YUV 114.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 234 48 147 0 0.79 0.37 0.08 328.06 0.82 0.55
Hex EA 30 93 0 4F 25 8 148 52 37
Octal 352 60 223 0 117 45 10 510 122 67
Binary 11101010 110000 10010011 0 1001111 100101 1000 101001000 1010010 110111

Color Harmonies of #EA3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3093

Black with #EA3093

Text Example


Text Example

White with #EA3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3093; }

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

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

background-color css

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

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

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

border-color css

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

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

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