Html Css Color HEX #EA4061 Cerise

📋 copy color: '#EA4061'

red 234 ◦ green 64 ◦ blue 97

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

Shades of Cerise #EA4061

Tints of Cerise #EA4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 59.24%
G = 16.2%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA4061 (or 0xEA4061) is known color: Cerise. HEX triplet: EA, 40 and 61. RGB value is (234,64,97). Sum of RGB (Red+Green+Blue) = 234+64+97=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4061 is #15BF9E. Grayscale: #767676. Windows color (decimal): -1425311 or 6373610. OLE color: 6373610.

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

Color convert

RGB 234 64 97 -
CMYK 0 0.73 0.59 0.08
HSL 348.35º 0.8% 0.58% -
HSV(B) 348.35º 0.73% 0.92% -
XYZ 37.92 22.02 13.56 -
YUV 118.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 234 64 97 0 0.73 0.59 0.08 348.35 0.8 0.58
Hex EA 40 61 0 49 3B 8 15C 50 3A
Octal 352 100 141 0 111 73 10 534 120 72
Binary 11101010 1000000 1100001 0 1001001 111011 1000 101011100 1010000 111010

Color Harmonies of #EA4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4061

Black with #EA4061

Text Example


Text Example

White with #EA4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4061; }

 p { color: rgb(234,64,97); }

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

background-color css

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

 a { background-color: rgb(234,64,97); }

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

border-color css

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

 span { border-color: rgb(234,64,97); }

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