#e24eb1

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

Shades of Brilliant Rose #E24EB1

Tints of Brilliant Rose #E24EB1

Color information

#E24EB1 (or 0xE24EB1) is unknown color: approx Brilliant Rose. HEX triplet: E2, 4E and B1. RGB value is (226,78,177). Sum of RGB (Red+Green+Blue) = 226+78+177=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24EB1 is #1DB14E. Grayscale: #858585. Windows color (decimal): -1945935 or 11620066. OLE color: 11620066.

HSL color Cylindrical-coordinate representation of color #E24EB1: hue angle of 319.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24EB1 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB22678177-
CMYK00.650.220.11
HSL319.86º71.84%59.61%-
HSV(B)319.86º65.49%88.63%-
XYZ42.0224.7944.17-
YUV133.54152.53193.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.99%
GREEN value IS 78 (30.86% from 255) = 16.22%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=46.99%
G=16.22%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267817700.650.220.11319.8671.8459.61
HexE24EB104116B140483c
Octal3421162610101261350011074
Binary11100010100111010110001010000011011010111010000001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24eb1; }

 p { color: rgb(226,78,177); }

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

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

 a { background-color: rgb(226,78,177); }

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

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

 span { border-color: rgb(226,78,177); }

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