Html Css Color HEX #EA3095 Deep Cerise

📋 copy color: '#EA3095'

red 234 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #EA3095

Tints of Deep Cerise #EA3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 54.29%
G = 11.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA3095 (or 0xEA3095) is known color: Deep Cerise. HEX triplet: EA, 30 and 95. RGB value is (234,48,149). Sum of RGB (Red+Green+Blue) = 234+48+149=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3095 is #15CF6A. Grayscale: #727272. Windows color (decimal): -1429355 or 9777386. OLE color: 9777386.

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

Color convert

RGB 234 48 149 -
CMYK 0 0.79 0.36 0.08
HSL 327.42º 0.82% 0.55% -
HSV(B) 327.42º 0.79% 0.92% -
XYZ 40.41 21.78 30.51 -
YUV 115.13 147.12 212.79 -
System Red Green Blue C M Y K H S L
Decimal 234 48 149 0 0.79 0.36 0.08 327.42 0.82 0.55
Hex EA 30 95 0 4F 24 8 147 52 37
Octal 352 60 225 0 117 44 10 507 122 67
Binary 11101010 110000 10010101 0 1001111 100100 1000 101000111 1010010 110111

Color Harmonies of #EA3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3095

Black with #EA3095

Text Example


Text Example

White with #EA3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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