#EB37CE

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

Shades of Razzle Dazzle Rose #EB37CE

Tints of Razzle Dazzle Rose #EB37CE

Color information

#EB37CE (or 0xEB37CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 37 and CE. RGB value is (235,55,206). Sum of RGB (Red+Green+Blue) = 235+55+206=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB37CE is #14C831. Grayscale: #7D7D7D. Windows color (decimal): -1361970 or 13514731. OLE color: 13514731.

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

Color convert

RGB23555206-
CMYK00.770.120.08
HSL309.67º81.82%56.86%-
HSV(B)309.67º76.6%92.16%-
XYZ46.7724.8560.72-
YUV126.03173.13205.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 55 (21.88% from 255) = 11.09%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=47.38%
G=11.09%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355520600.770.120.08309.6781.8256.86
HexEB37CE04DC81365239
Octal353673160115141046612271
Binary111010111101111100111001001101110010001001101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB37CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB37CE; }

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

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

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

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

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

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

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

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