Html Css Color HEX #EA3E64 Cerise

📋 copy color: '#EA3E64'

red 234 ◦ green 62 ◦ blue 100

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

Shades of Cerise #EA3E64

Tints of Cerise #EA3E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.66%

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

R = 59.09%
G = 15.66%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA3E64 (or 0xEA3E64) is known color: Cerise. HEX triplet: EA, 3E and 64. RGB value is (234,62,100). Sum of RGB (Red+Green+Blue) = 234+62+100=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3E64 is #15C19B. Grayscale: #757575. Windows color (decimal): -1425820 or 6569706. OLE color: 6569706.

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

Color convert

RGB 234 62 100 -
CMYK 0 0.74 0.57 0.08
HSL 346.74º 0.8% 0.58% -
HSV(B) 346.74º 0.74% 0.92% -
XYZ 37.95 21.86 14.28 -
YUV 117.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 234 62 100 0 0.74 0.57 0.08 346.74 0.8 0.58
Hex EA 3E 64 0 4A 39 8 15B 50 3A
Octal 352 76 144 0 112 71 10 533 120 72
Binary 11101010 111110 1100100 0 1001010 111001 1000 101011011 1010000 111010

Color Harmonies of #EA3E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E64

Black with #EA3E64

Text Example


Text Example

White with #EA3E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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