#eb36dd

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

Shades of Razzle Dazzle Rose #EB36DD

Tints of Razzle Dazzle Rose #EB36DD

Color information

#EB36DD (or 0xEB36DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 36 and DD. RGB value is (235,54,221). Sum of RGB (Red+Green+Blue) = 235+54+221=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB36DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB36DD is #14C922. Grayscale: #7E7E7E. Windows color (decimal): -1362211 or 14497515. OLE color: 14497515.

HSL color Cylindrical-coordinate representation of color #EB36DD: hue angle of 304.64º 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 #EB36DD is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23554221-
CMYK00.770.060.08
HSL304.64º81.9%56.67%-
HSV(B)304.64º77.02%92.16%-
XYZ48.6325.5270.77-
YUV127.16180.97204.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 54 (21.48% from 255) = 10.59%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=46.08%
G=10.59%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355422100.770.060.08304.6481.956.67
HexEB36DD04D681315239
Octal35366335011561046112271
Binary11101011110110110111010100110111010001001100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb36dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb36dd; }

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

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

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

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

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

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

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

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