#E24EB5

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

Shades of Brilliant Rose #E24EB5

Tints of Brilliant Rose #E24EB5

Color information

#E24EB5 (or 0xE24EB5) is unknown color: approx Brilliant Rose. HEX triplet: E2, 4E and B5. RGB value is (226,78,181). Sum of RGB (Red+Green+Blue) = 226+78+181=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EB5 is #1DB14A. Grayscale: #858585. Windows color (decimal): -1945931 or 11882210. OLE color: 11882210.

HSL color Cylindrical-coordinate representation of color #E24EB5: hue angle of 318.24º 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 #E24EB5 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB22678181-
CMYK00.650.200.11
HSL318.24º71.84%59.61%-
HSV(B)318.24º65.49%88.63%-
XYZ42.4324.9546.3-
YUV133.99154.53193.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=46.60%
G=16.08%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267818100.650.200.11318.2471.8459.61
HexE24EB504114B13e483c
Octal3421162650101241347611074
Binary11100010100111010110101010000011010010111001111101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24EB5; }

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

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

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

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

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

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

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

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