#EA415E

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

Shades of Cerise #EA415E

Tints of Cerise #EA415E

Color information

#EA415E (or 0xEA415E) is unknown color: approx Cerise. HEX triplet: EA, 41 and 5E. RGB value is (234,65,94). Sum of RGB (Red+Green+Blue) = 234+65+94=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA415E is #15BEA1. Grayscale: #767676. Windows color (decimal): -1425058 or 6177258. OLE color: 6177258.

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

Color convert

RGB2346594-
CMYK00.720.600.08
HSL349.7º80.09%58.63%-
HSV(B)349.7º72.22%91.76%-
XYZ37.8422.0812.86-
YUV118.84113.99210.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.54%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=59.54%
G=16.54%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234659400.720.600.08349.780.0958.63
HexEA415E0483C815e503b
Octal3521011360110741053612073
Binary11101010100000110111100100100011110010001010111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA415E; }

 p { color: rgb(234,65,94); }

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

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

 a { background-color: rgb(234,65,94); }

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

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

 span { border-color: rgb(234,65,94); }

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