Html Css Color HEX #EA3194 Deep Cerise

📋 copy color: '#EA3194'

red 234 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #EA3194

Tints of Deep Cerise #EA3194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.37%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 54.29%
G = 11.37%
B = 34.34%

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

#EA3194 (or 0xEA3194) is known color: Deep Cerise. HEX triplet: EA, 31 and 94. RGB value is (234,49,148). Sum of RGB (Red+Green+Blue) = 234+49+148=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3194 is #15CE6B. Grayscale: #737373. Windows color (decimal): -1429100 or 9712106. OLE color: 9712106.

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

Color convert

RGB 234 49 148 -
CMYK 0 0.79 0.37 0.08
HSL 327.89º 0.81% 0.55% -
HSV(B) 327.89º 0.79% 0.92% -
XYZ 40.38 21.83 30.1 -
YUV 115.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 234 49 148 0 0.79 0.37 0.08 327.89 0.81 0.55
Hex EA 31 94 0 4F 25 8 148 51 37
Octal 352 61 224 0 117 45 10 510 121 67
Binary 11101010 110001 10010100 0 1001111 100101 1000 101001000 1010001 110111

Color Harmonies of #EA3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3194

Black with #EA3194

Text Example


Text Example

White with #EA3194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3194; }

 p { color: rgb(234,49,148); }

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

background-color css

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

 a { background-color: rgb(234,49,148); }

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

border-color css

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

 span { border-color: rgb(234,49,148); }

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