#EB37DF

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

Shades of Razzle Dazzle Rose #EB37DF

Tints of Razzle Dazzle Rose #EB37DF

Color information

#EB37DF (or 0xEB37DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 37 and DF. RGB value is (235,55,223). Sum of RGB (Red+Green+Blue) = 235+55+223=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB37DF is #14C820. Grayscale: #7F7F7F. Windows color (decimal): -1361953 or 14628843. OLE color: 14628843.

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

Color convert

RGB23555223-
CMYK00.770.050.08
HSL304º81.82%56.86%-
HSV(B)304º76.6%92.16%-
XYZ48.9525.7272.2-
YUV127.97181.63204.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 55 (21.88% from 255) = 10.72%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=45.81%
G=10.72%
B=43.47%

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
Decimal2355522300.770.050.0830481.8256.86
HexEB37DF04D581305239
Octal35367337011551046012271
Binary11101011110111110111110100110110110001001100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB37DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB37DF; }

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

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

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

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

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

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

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

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