#EB24E8

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

Shades of Razzle Dazzle Rose #EB24E8

Tints of Razzle Dazzle Rose #EB24E8

Color information

#EB24E8 (or 0xEB24E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 24 and E8. RGB value is (235,36,232). Sum of RGB (Red+Green+Blue) = 235+36+232=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB24E8 is #14DB17. Grayscale: #757575. Windows color (decimal): -1366808 or 15213803. OLE color: 15213803.

HSL color Cylindrical-coordinate representation of color #EB24E8: hue angle of 300.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB24E8 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB23536232-
CMYK00.850.010.08
HSL300.9º83.26%53.14%-
HSV(B)300.9º84.68%92.16%-
XYZ49.4624.7578.51-
YUV117.84192.43211.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 36 (14.45% from 255) = 7.16%
BLUE value IS 232 (91.02% from 255) = 46.12%
R=46.72%
G=7.16%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353623200.850.010.08300.983.2653.14
HexEB24E80551812d5335
Octal35344350012511045512365
Binary111010111001001110100001010101110001001011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB24E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB24E8; }

 p { color: rgb(235,36,232); }

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

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

 a { background-color: rgb(235,36,232); }

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

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

 span { border-color: rgb(235,36,232); }

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