#EB3AD8

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

Shades of Razzle Dazzle Rose #EB3AD8

Tints of Razzle Dazzle Rose #EB3AD8

Color information

#EB3AD8 (or 0xEB3AD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3A and D8. RGB value is (235,58,216). Sum of RGB (Red+Green+Blue) = 235+58+216=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3AD8 is #14C527. Grayscale: #808080. Windows color (decimal): -1361192 or 14170859. OLE color: 14170859.

HSL color Cylindrical-coordinate representation of color #EB3AD8: hue angle of 306.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3AD8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23558216-
CMYK00.750.080.08
HSL306.44º81.57%57.45%-
HSV(B)306.44º75.32%92.16%-
XYZ48.1725.6567.38-
YUV128.94177.14203.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 58 (23.05% from 255) = 11.39%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=46.17%
G=11.39%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355821600.750.080.08306.4481.5757.45
HexEB3AD804B881325239
Octal353723300113101046212271
Binary111010111110101101100001001011100010001001100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3AD8; }

 p { color: rgb(235,58,216); }

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

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

 a { background-color: rgb(235,58,216); }

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

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

 span { border-color: rgb(235,58,216); }

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