#E234A1

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

Shades of Deep Cerise #E234A1

Tints of Deep Cerise #E234A1

Color information

#E234A1 (or 0xE234A1) is unknown color: approx Deep Cerise. HEX triplet: E2, 34 and A1. RGB value is (226,52,161). Sum of RGB (Red+Green+Blue) = 226+52+161=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E234A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E234A1 is #1DCB5E. Grayscale: #747474. Windows color (decimal): -1952607 or 10564834. OLE color: 10564834.

HSL color Cylindrical-coordinate representation of color #E234A1: hue angle of 322.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E234A1 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22652161-
CMYK00.770.290.11
HSL322.41º75%54.51%-
HSV(B)322.41º76.99%88.63%-
XYZ39.0321.235.75-
YUV116.45153.15206.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=51.48%
G=11.85%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265216100.770.290.11322.417554.51
HexE234A104D1DB1424b37
Octal342642410115351350211367
Binary1110001011010010100001010011011110110111010000101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E234A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E234A1; }

 p { color: rgb(226,52,161); }

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

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

 a { background-color: rgb(226,52,161); }

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

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

 span { border-color: rgb(226,52,161); }

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