#e24fa6

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

Shades of Brilliant Rose #E24FA6

Tints of Brilliant Rose #E24FA6

Color information

#E24FA6 (or 0xE24FA6) is unknown color: approx Brilliant Rose. HEX triplet: E2, 4F and A6. RGB value is (226,79,166). Sum of RGB (Red+Green+Blue) = 226+79+166=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24FA6 is #1DB059. Grayscale: #848484. Windows color (decimal): -1945690 or 10899426. OLE color: 10899426.

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

Color convert

RGB22679166-
CMYK00.650.270.11
HSL324.49º71.71%59.8%-
HSV(B)324.49º65.04%88.63%-
XYZ41.0424.5138.64-
YUV132.87146.7194.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=47.98%
G=16.77%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267916600.650.270.11324.4971.7159.8
HexE24FA60411BB144483c
Octal3421172460101331350411074
Binary11100010100111110100110010000011101110111010001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24fa6; }

 p { color: rgb(226,79,166); }

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

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

 a { background-color: rgb(226,79,166); }

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

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

 span { border-color: rgb(226,79,166); }

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