Html Css Color HEX #EA355D Cerise

📋 copy color: '#EA355D'

red 234 ◦ green 53 ◦ blue 93

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

Shades of Cerise #EA355D

Tints of Cerise #EA355D

RGB

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

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

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

R = 61.58%
G = 13.95%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA355D (or 0xEA355D) is known color: Cerise. HEX triplet: EA, 35 and 5D. RGB value is (234,53,93). Sum of RGB (Red+Green+Blue) = 234+53+93=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA355D is #15CAA2. Grayscale: #6F6F6F. Windows color (decimal): -1428131 or 6108650. OLE color: 6108650.

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

Color convert

RGB 234 53 93 -
CMYK 0 0.77 0.60 0.08
HSL 346.74º 0.81% 0.56% -
HSV(B) 346.74º 0.77% 0.92% -
XYZ 37.18 20.83 12.42 -
YUV 111.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 234 53 93 0 0.77 0.60 0.08 346.74 0.81 0.56
Hex EA 35 5D 0 4D 3C 8 15B 51 38
Octal 352 65 135 0 115 74 10 533 121 70
Binary 11101010 110101 1011101 0 1001101 111100 1000 101011011 1010001 111000

Color Harmonies of #EA355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA355D

Black with #EA355D

Text Example


Text Example

White with #EA355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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