#EB36D0

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

Shades of Razzle Dazzle Rose #EB36D0

Tints of Razzle Dazzle Rose #EB36D0

Color information

#EB36D0 (or 0xEB36D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 36 and D0. RGB value is (235,54,208). Sum of RGB (Red+Green+Blue) = 235+54+208=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB36D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB36D0 is #14C92F. Grayscale: #7D7D7D. Windows color (decimal): -1362224 or 13645547. OLE color: 13645547.

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

Color convert

RGB23554208-
CMYK00.770.110.08
HSL308.95º81.9%56.67%-
HSV(B)308.95º77.02%92.16%-
XYZ46.9724.8562-
YUV125.68174.47205.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 54 (21.48% from 255) = 10.87%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=47.28%
G=10.87%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355420800.770.110.08308.9581.956.67
HexEB36D004DB81355239
Octal353663200115131046512271
Binary111010111101101101000001001101101110001001101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB36D0; }

 p { color: rgb(235,54,208); }

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

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

 a { background-color: rgb(235,54,208); }

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

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

 span { border-color: rgb(235,54,208); }

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