#EB3BC6

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

Shades of Razzle Dazzle Rose #EB3BC6

Tints of Razzle Dazzle Rose #EB3BC6

Color information

#EB3BC6 (or 0xEB3BC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3B and C6. RGB value is (235,59,198). Sum of RGB (Red+Green+Blue) = 235+59+198=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3BC6 is #14C439. Grayscale: #7F7F7F. Windows color (decimal): -1360954 or 12991467. OLE color: 12991467.

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

Color convert

RGB23559198-
CMYK00.750.160.08
HSL312.61º81.48%57.65%-
HSV(B)312.61º74.89%92.16%-
XYZ46.0224.8755.8-
YUV127.47167.81204.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 59 (23.44% from 255) = 11.99%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=47.76%
G=11.99%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355919800.750.160.08312.6181.4857.65
HexEB3BC604B108139513a
Octal353733060113201047112172
Binary1110101111101111000110010010111000010001001110011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3BC6; }

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

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

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

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

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

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

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

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