#EB3BCE

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

Shades of Razzle Dazzle Rose #EB3BCE

Tints of Razzle Dazzle Rose #EB3BCE

Color information

#EB3BCE (or 0xEB3BCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3B and CE. RGB value is (235,59,206). Sum of RGB (Red+Green+Blue) = 235+59+206=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3BCE is #14C431. Grayscale: #7F7F7F. Windows color (decimal): -1360946 or 13515755. OLE color: 13515755.

HSL color Cylindrical-coordinate representation of color #EB3BCE: hue angle of 309.89º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3BCE is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23559206-
CMYK00.750.120.08
HSL309.89º81.48%57.65%-
HSV(B)309.89º74.89%92.16%-
XYZ46.9725.2560.79-
YUV128.38171.81204.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 59 (23.44% from 255) = 11.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=47%
G=11.8%
B=41.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355920600.750.120.08309.8981.4857.65
HexEB3BCE04BC8136513a
Octal353733160113141046612172
Binary111010111110111100111001001011110010001001101101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3BCE; }

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

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

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

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

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

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

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

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