#EA4361

Color #EA4361 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #EA4361

Tints of Cerise #EA4361

Color information

#EA4361 (or 0xEA4361) is unknown color: approx Cerise. HEX triplet: EA, 43 and 61. RGB value is (234,67,97). Sum of RGB (Red+Green+Blue) = 234+67+97=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4361 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4361 is #15BC9E. Grayscale: #787878. Windows color (decimal): -1424543 or 6374378. OLE color: 6374378.

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

Color convert

RGB2346797-
CMYK00.710.590.08
HSL349.22º79.9%59.02%-
HSV(B)349.22º71.37%91.76%-
XYZ38.122.3713.62-
YUV120.35114.83209.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=58.79%
G=16.83%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234679700.710.590.08349.2279.959.02
HexEA43610473B815d503b
Octal3521031410107731053512073
Binary11101010100001111000010100011111101110001010111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4361; }

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

 H1.HeaderClassName
 {
   color: #EA4361;
 }
 .AnyTagClassName
 {
   color: #EA4361;
 }
</style>
background-color css

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

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

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

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

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

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