#EA357B

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

Shades of Deep Cerise #EA357B

Tints of Deep Cerise #EA357B

Color information

#EA357B (or 0xEA357B) is unknown color: approx Deep Cerise. HEX triplet: EA, 35 and 7B. RGB value is (234,53,123). Sum of RGB (Red+Green+Blue) = 234+53+123=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA357B is #15CA84. Grayscale: #737373. Windows color (decimal): -1428101 or 8074730. OLE color: 8074730.

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

Color convert

RGB23453123-
CMYK00.770.470.08
HSL336.8º81.17%56.27%-
HSV(B)336.8º77.35%91.76%-
XYZ38.7821.4720.84-
YUV115.1132.47212.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.07%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 123 (48.44% from 255) = 30%
R=57.07%
G=12.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345312300.770.470.08336.881.1756.27
HexEA357B04D2F81515138
Octal352651730115571052112170
Binary1110101011010111110110100110110111110001010100011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA357B; }

 p { color: rgb(234,53,123); }

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

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

 a { background-color: rgb(234,53,123); }

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

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

 span { border-color: rgb(234,53,123); }

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