#EB2FC6

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

Shades of Razzle Dazzle Rose #EB2FC6

Tints of Razzle Dazzle Rose #EB2FC6

Color information

#EB2FC6 (or 0xEB2FC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2F and C6. RGB value is (235,47,198). Sum of RGB (Red+Green+Blue) = 235+47+198=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2FC6 is #14D039. Grayscale: #787878. Windows color (decimal): -1364026 or 12988395. OLE color: 12988395.

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

Color convert

RGB23547198-
CMYK00.80.160.08
HSL311.81º82.46%55.29%-
HSV(B)311.81º80%92.16%-
XYZ45.4723.7755.62-
YUV120.43171.78209.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 47 (18.75% from 255) = 9.79%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=48.96%
G=9.79%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354719800.80.160.08311.8182.4655.29
HexEB2FC60501081385237
Octal353573060120201047012267
Binary1110101110111111000110010100001000010001001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2FC6; }

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

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

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

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

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

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

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

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