#e24eae

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

Shades of Brilliant Rose #E24EAE

Tints of Brilliant Rose #E24EAE

Color information

#E24EAE (or 0xE24EAE) is unknown color: approx Brilliant Rose. HEX triplet: E2, 4E and AE. RGB value is (226,78,174). Sum of RGB (Red+Green+Blue) = 226+78+174=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24EAE is #1DB151. Grayscale: #848484. Windows color (decimal): -1945938 or 11423458. OLE color: 11423458.

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

Color convert

RGB22678174-
CMYK00.650.230.11
HSL321.08º71.84%59.61%-
HSV(B)321.08º65.49%88.63%-
XYZ41.7324.6742.61-
YUV133.2151.03194.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 78 (30.86% from 255) = 16.32%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=47.28%
G=16.32%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267817400.650.230.11321.0871.8459.61
HexE24EAE04117B141483c
Octal3421162560101271350111074
Binary11100010100111010101110010000011011110111010000011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24eae; }

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

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

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

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

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

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

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

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