Html Css Color HEX #EA2364 Cerise

📋 copy color: '#EA2364'

red 234 ◦ green 35 ◦ blue 100

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

Shades of Cerise #EA2364

Tints of Cerise #EA2364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 63.41%
G = 9.49%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA2364 (or 0xEA2364) is known color: Cerise. HEX triplet: EA, 23 and 64. RGB value is (234,35,100). Sum of RGB (Red+Green+Blue) = 234+35+100=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2364 is #15DC9B. Grayscale: #656565. Windows color (decimal): -1432732 or 6562794. OLE color: 6562794.

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

Color convert

RGB 234 35 100 -
CMYK 0 0.85 0.57 0.08
HSL 340.4º 0.83% 0.53% -
HSV(B) 340.4º 0.85% 0.92% -
XYZ 36.83 19.61 13.9 -
YUV 101.91 126.93 222.21 -
System Red Green Blue C M Y K H S L
Decimal 234 35 100 0 0.85 0.57 0.08 340.4 0.83 0.53
Hex EA 23 64 0 55 39 8 154 53 35
Octal 352 43 144 0 125 71 10 524 123 65
Binary 11101010 100011 1100100 0 1010101 111001 1000 101010100 1010011 110101

Color Harmonies of #EA2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2364

Black with #EA2364

Text Example


Text Example

White with #EA2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2364; }

 p { color: rgb(234,35,100); }

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

background-color css

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

 a { background-color: rgb(234,35,100); }

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

border-color css

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

 span { border-color: rgb(234,35,100); }

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