#E24DAB

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

Shades of Brilliant Rose #E24DAB

Tints of Brilliant Rose #E24DAB

Color information

#E24DAB (or 0xE24DAB) is unknown color: approx Brilliant Rose. HEX triplet: E2, 4D and AB. RGB value is (226,77,171). Sum of RGB (Red+Green+Blue) = 226+77+171=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DAB is #1DB254. Grayscale: #848484. Windows color (decimal): -1946197 or 11226594. OLE color: 11226594.

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

Color convert

RGB22677171-
CMYK00.660.240.11
HSL322.15º71.98%59.41%-
HSV(B)322.15º65.93%88.63%-
XYZ41.3724.4241.06-
YUV132.27149.86194.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 77 (30.47% from 255) = 16.24%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=47.68%
G=16.24%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267717100.660.240.11322.1571.9859.41
HexE24DAB04218B142483b
Octal3421152530102301350211073
Binary11100010100110110101011010000101100010111010000101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24DAB; }

 p { color: rgb(226,77,171); }

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

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

 a { background-color: rgb(226,77,171); }

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

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

 span { border-color: rgb(226,77,171); }

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