Html Css Color HEX #EA356E Cerise

📋 copy color: '#EA356E'

red 234 ◦ green 53 ◦ blue 110

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

Shades of Cerise #EA356E

Tints of Cerise #EA356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 58.94%
G = 13.35%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA356E (or 0xEA356E) is known color: Cerise. HEX triplet: EA, 35 and 6E. RGB value is (234,53,110). Sum of RGB (Red+Green+Blue) = 234+53+110=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA356E is #15CA91. Grayscale: #717171. Windows color (decimal): -1428114 or 7222762. OLE color: 7222762.

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

Color convert

RGB 234 53 110 -
CMYK 0 0.77 0.53 0.08
HSL 341.11º 0.81% 0.56% -
HSV(B) 341.11º 0.77% 0.92% -
XYZ 38.02 21.16 16.83 -
YUV 113.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 234 53 110 0 0.77 0.53 0.08 341.11 0.81 0.56
Hex EA 35 6E 0 4D 35 8 155 51 38
Octal 352 65 156 0 115 65 10 525 121 70
Binary 11101010 110101 1101110 0 1001101 110101 1000 101010101 1010001 111000

Color Harmonies of #EA356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA356E

Black with #EA356E

Text Example


Text Example

White with #EA356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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