Html Css Color HEX #EA355F Cerise

📋 copy color: '#EA355F'

red 234 ◦ green 53 ◦ blue 95

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

Shades of Cerise #EA355F

Tints of Cerise #EA355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 61.26%
G = 13.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA355F (or 0xEA355F) is known color: Cerise. HEX triplet: EA, 35 and 5F. RGB value is (234,53,95). Sum of RGB (Red+Green+Blue) = 234+53+95=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA355F is #15CAA0. Grayscale: #6F6F6F. Windows color (decimal): -1428129 or 6239722. OLE color: 6239722.

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

Color convert

RGB 234 53 95 -
CMYK 0 0.77 0.59 0.08
HSL 346.08º 0.81% 0.56% -
HSV(B) 346.08º 0.77% 0.92% -
XYZ 37.27 20.86 12.89 -
YUV 111.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 234 53 95 0 0.77 0.59 0.08 346.08 0.81 0.56
Hex EA 35 5F 0 4D 3B 8 15A 51 38
Octal 352 65 137 0 115 73 10 532 121 70
Binary 11101010 110101 1011111 0 1001101 111011 1000 101011010 1010001 111000

Color Harmonies of #EA355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA355F

Black with #EA355F

Text Example


Text Example

White with #EA355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA355F; }

 p { color: rgb(234,53,95); }

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

background-color css

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

 a { background-color: rgb(234,53,95); }

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

border-color css

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

 span { border-color: rgb(234,53,95); }

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