Html Css Color HEX #EA3A5E Cerise

📋 copy color: '#EA3A5E'

red 234 ◦ green 58 ◦ blue 94

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

Shades of Cerise #EA3A5E

Tints of Cerise #EA3A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

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

R = 60.62%
G = 15.03%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA3A5E (or 0xEA3A5E) is known color: Cerise. HEX triplet: EA, 3A and 5E. RGB value is (234,58,94). Sum of RGB (Red+Green+Blue) = 234+58+94=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A5E is #15C5A1. Grayscale: #727272. Windows color (decimal): -1426850 or 6175466. OLE color: 6175466.

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

Color convert

RGB 234 58 94 -
CMYK 0 0.75 0.60 0.08
HSL 347.73º 0.81% 0.57% -
HSV(B) 347.73º 0.75% 0.92% -
XYZ 37.47 21.33 12.73 -
YUV 114.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 234 58 94 0 0.75 0.60 0.08 347.73 0.81 0.57
Hex EA 3A 5E 0 4B 3C 8 15C 51 39
Octal 352 72 136 0 113 74 10 534 121 71
Binary 11101010 111010 1011110 0 1001011 111100 1000 101011100 1010001 111001

Color Harmonies of #EA3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A5E

Black with #EA3A5E

Text Example


Text Example

White with #EA3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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