#E241A5

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

Shades of Deep Cerise #E241A5

Tints of Deep Cerise #E241A5

Color information

#E241A5 (or 0xE241A5) is unknown color: approx Deep Cerise. HEX triplet: E2, 41 and A5. RGB value is (226,65,165). Sum of RGB (Red+Green+Blue) = 226+65+165=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E241A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E241A5 is #1DBE5A. Grayscale: #7C7C7C. Windows color (decimal): -1949275 or 10830306. OLE color: 10830306.

HSL color Cylindrical-coordinate representation of color #E241A5: hue angle of 322.73º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241A5 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22665165-
CMYK00.710.270.11
HSL322.73º73.52%57.06%-
HSV(B)322.73º71.24%88.63%-
XYZ40.0522.6737.86-
YUV124.54150.84200.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.56%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=49.56%
G=14.25%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266516500.710.270.11322.7373.5257.06
HexE241A50471BB1434a39
Octal3421012450107331350311271
Binary11100010100000110100101010001111101110111010000111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E241A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E241A5; }

 p { color: rgb(226,65,165); }

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

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

 a { background-color: rgb(226,65,165); }

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

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

 span { border-color: rgb(226,65,165); }

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