Html Css Color HEX #EA3493 Deep Cerise

📋 copy color: '#EA3493'

red 234 ◦ green 52 ◦ blue 147

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

Shades of Deep Cerise #EA3493

Tints of Deep Cerise #EA3493

RGB

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

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

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

R = 54.04%
G = 12.01%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA3493 (or 0xEA3493) is known color: Deep Cerise. HEX triplet: EA, 34 and 93. RGB value is (234,52,147). Sum of RGB (Red+Green+Blue) = 234+52+147=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3493 is #15CB6C. Grayscale: #757575. Windows color (decimal): -1428333 or 9647338. OLE color: 9647338.

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

Color convert

RGB 234 52 147 -
CMYK 0 0.78 0.37 0.08
HSL 328.68º 0.81% 0.56% -
HSV(B) 328.68º 0.78% 0.92% -
XYZ 40.43 22.05 29.73 -
YUV 117.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 234 52 147 0 0.78 0.37 0.08 328.68 0.81 0.56
Hex EA 34 93 0 4E 25 8 149 51 38
Octal 352 64 223 0 116 45 10 511 121 70
Binary 11101010 110100 10010011 0 1001110 100101 1000 101001001 1010001 111000

Color Harmonies of #EA3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3493

Black with #EA3493

Text Example


Text Example

White with #EA3493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3493; }

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

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

background-color css

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

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

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

border-color css

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

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

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