Html Css Color HEX #EA3B64 Cerise

📋 copy color: '#EA3B64'

red 234 ◦ green 59 ◦ blue 100

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

Shades of Cerise #EA3B64

Tints of Cerise #EA3B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

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

R = 59.54%
G = 15.01%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA3B64 (or 0xEA3B64) is known color: Cerise. HEX triplet: EA, 3B and 64. RGB value is (234,59,100). Sum of RGB (Red+Green+Blue) = 234+59+100=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3B64 is #15C49B. Grayscale: #747474. Windows color (decimal): -1426588 or 6568938. OLE color: 6568938.

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

Color convert

RGB 234 59 100 -
CMYK 0 0.75 0.57 0.08
HSL 345.94º 0.81% 0.57% -
HSV(B) 345.94º 0.75% 0.92% -
XYZ 37.8 21.54 14.22 -
YUV 116 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 234 59 100 0 0.75 0.57 0.08 345.94 0.81 0.57
Hex EA 3B 64 0 4B 39 8 15A 51 39
Octal 352 73 144 0 113 71 10 532 121 71
Binary 11101010 111011 1100100 0 1001011 111001 1000 101011010 1010001 111001

Color Harmonies of #EA3B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B64

Black with #EA3B64

Text Example


Text Example

White with #EA3B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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