Html Css Color HEX #EA325D Cerise

📋 copy color: '#EA325D'

red 234 ◦ green 50 ◦ blue 93

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

Shades of Cerise #EA325D

Tints of Cerise #EA325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 62.07%
G = 13.26%
B = 24.67%

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

#EA325D (or 0xEA325D) is known color: Cerise. HEX triplet: EA, 32 and 5D. RGB value is (234,50,93). Sum of RGB (Red+Green+Blue) = 234+50+93=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA325D is #15CDA2. Grayscale: #6D6D6D. Windows color (decimal): -1428899 or 6107882. OLE color: 6107882.

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

Color convert

RGB 234 50 93 -
CMYK 0 0.79 0.60 0.08
HSL 345.98º 0.81% 0.56% -
HSV(B) 345.98º 0.79% 0.92% -
XYZ 37.05 20.56 12.37 -
YUV 109.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 234 50 93 0 0.79 0.60 0.08 345.98 0.81 0.56
Hex EA 32 5D 0 4F 3C 8 15A 51 38
Octal 352 62 135 0 117 74 10 532 121 70
Binary 11101010 110010 1011101 0 1001111 111100 1000 101011010 1010001 111000

Color Harmonies of #EA325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA325D

Black with #EA325D

Text Example


Text Example

White with #EA325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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