#EA387A

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

Shades of Deep Cerise #EA387A

Tints of Deep Cerise #EA387A

Color information

#EA387A (or 0xEA387A) is unknown color: approx Deep Cerise. HEX triplet: EA, 38 and 7A. RGB value is (234,56,122). Sum of RGB (Red+Green+Blue) = 234+56+122=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA387A is #15C785. Grayscale: #747474. Windows color (decimal): -1427334 or 8009962. OLE color: 8009962.

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

Color convert

RGB23456122-
CMYK00.760.480.08
HSL337.75º80.91%56.86%-
HSV(B)337.75º76.07%91.76%-
XYZ38.8621.7320.56-
YUV116.75130.97211.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 56 (22.27% from 255) = 13.59%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=56.80%
G=13.59%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345612200.760.480.08337.7580.9156.86
HexEA387A04C3081525139
Octal352701720114601052212171
Binary1110101011100011110100100110011000010001010100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA387A; }

 p { color: rgb(234,56,122); }

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

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

 a { background-color: rgb(234,56,122); }

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

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

 span { border-color: rgb(234,56,122); }

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