#eb35df

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

Shades of Razzle Dazzle Rose #EB35DF

Tints of Razzle Dazzle Rose #EB35DF

Color information

#EB35DF (or 0xEB35DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 35 and DF. RGB value is (235,53,223). Sum of RGB (Red+Green+Blue) = 235+53+223=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB35DF is #14CA20. Grayscale: #7E7E7E. Windows color (decimal): -1362465 or 14628331. OLE color: 14628331.

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

Color convert

RGB23553223-
CMYK00.770.050.08
HSL303.96º81.98%56.47%-
HSV(B)303.96º77.45%92.16%-
XYZ48.8525.5472.17-
YUV126.8182.3205.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 10.37%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=45.99%
G=10.37%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355322300.770.050.08303.9681.9856.47
HexEB35DF04D581305238
Octal35365337011551046012270
Binary11101011110101110111110100110110110001001100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb35df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb35df; }

 p { color: rgb(235,53,223); }

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

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

 a { background-color: rgb(235,53,223); }

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

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

 span { border-color: rgb(235,53,223); }

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