Html Css Color HEX #EA2393 Deep Cerise

📋 copy color: '#EA2393'

red 234 ◦ green 35 ◦ blue 147

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

Shades of Deep Cerise #EA2393

Tints of Deep Cerise #EA2393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

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

R = 56.25%
G = 8.41%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA2393 (or 0xEA2393) is known color: Deep Cerise. HEX triplet: EA, 23 and 93. RGB value is (234,35,147). Sum of RGB (Red+Green+Blue) = 234+35+147=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2393 is #15DC6C. Grayscale: #6B6B6B. Windows color (decimal): -1432685 or 9642986. OLE color: 9642986.

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

Color convert

RGB 234 35 147 -
CMYK 0 0.85 0.37 0.08
HSL 326.23º 0.83% 0.53% -
HSV(B) 326.23º 0.85% 0.92% -
XYZ 39.8 20.8 29.52 -
YUV 107.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 234 35 147 0 0.85 0.37 0.08 326.23 0.83 0.53
Hex EA 23 93 0 55 25 8 146 53 35
Octal 352 43 223 0 125 45 10 506 123 65
Binary 11101010 100011 10010011 0 1010101 100101 1000 101000110 1010011 110101

Color Harmonies of #EA2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2393

Black with #EA2393

Text Example


Text Example

White with #EA2393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2393; }

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

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

background-color css

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

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

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

border-color css

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

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

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