Html Css Color HEX #EA325E Cerise

📋 copy color: '#EA325E'

red 234 ◦ green 50 ◦ blue 94

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

Shades of Cerise #EA325E

Tints of Cerise #EA325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 61.9%
G = 13.23%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA325E (or 0xEA325E) is known color: Cerise. HEX triplet: EA, 32 and 5E. RGB value is (234,50,94). Sum of RGB (Red+Green+Blue) = 234+50+94=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA325E is #15CDA1. Grayscale: #6E6E6E. Windows color (decimal): -1428898 or 6173418. OLE color: 6173418.

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

Color convert

RGB 234 50 94 -
CMYK 0 0.79 0.60 0.08
HSL 345.65º 0.81% 0.56% -
HSV(B) 345.65º 0.79% 0.92% -
XYZ 37.09 20.58 12.61 -
YUV 110.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 234 50 94 0 0.79 0.60 0.08 345.65 0.81 0.56
Hex EA 32 5E 0 4F 3C 8 15A 51 38
Octal 352 62 136 0 117 74 10 532 121 70
Binary 11101010 110010 1011110 0 1001111 111100 1000 101011010 1010001 111000

Color Harmonies of #EA325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA325E

Black with #EA325E

Text Example


Text Example

White with #EA325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA325E; }

 p { color: rgb(234,50,94); }

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

background-color css

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

 a { background-color: rgb(234,50,94); }

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

border-color css

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

 span { border-color: rgb(234,50,94); }

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