Html Css Color HEX #EA395D Cerise

📋 copy color: '#EA395D'

red 234 ◦ green 57 ◦ blue 93

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

Shades of Cerise #EA395D

Tints of Cerise #EA395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 60.94%
G = 14.84%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA395D (or 0xEA395D) is known color: Cerise. HEX triplet: EA, 39 and 5D. RGB value is (234,57,93). Sum of RGB (Red+Green+Blue) = 234+57+93=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA395D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA395D is #15C6A2. Grayscale: #727272. Windows color (decimal): -1427107 or 6109674. OLE color: 6109674.

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

Color convert

RGB 234 57 93 -
CMYK 0 0.76 0.60 0.08
HSL 347.8º 0.81% 0.57% -
HSV(B) 347.8º 0.76% 0.92% -
XYZ 37.37 21.21 12.48 -
YUV 114.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 234 57 93 0 0.76 0.60 0.08 347.8 0.81 0.57
Hex EA 39 5D 0 4C 3C 8 15C 51 39
Octal 352 71 135 0 114 74 10 534 121 71
Binary 11101010 111001 1011101 0 1001100 111100 1000 101011100 1010001 111001

Color Harmonies of #EA395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA395D

Black with #EA395D

Text Example


Text Example

White with #EA395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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