#EA4168

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

Shades of Cerise #EA4168

Tints of Cerise #EA4168

Color information

#EA4168 (or 0xEA4168) is unknown color: approx Cerise. HEX triplet: EA, 41 and 68. RGB value is (234,65,104). Sum of RGB (Red+Green+Blue) = 234+65+104=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4168 is #15BE97. Grayscale: #777777. Windows color (decimal): -1425048 or 6832618. OLE color: 6832618.

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

Color convert

RGB23465104-
CMYK00.720.560.08
HSL346.15º80.09%58.63%-
HSV(B)346.15º72.22%91.76%-
XYZ38.3222.2715.38-
YUV119.98118.99209.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.06%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=58.06%
G=16.13%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346510400.720.560.08346.1580.0958.63
HexEA416804838815a503b
Octal3521011500110701053212073
Binary11101010100000111010000100100011100010001010110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4168; }

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

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

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

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

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

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

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

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