#EB39BC

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

Shades of Razzle Dazzle Rose #EB39BC

Tints of Razzle Dazzle Rose #EB39BC

Color information

#EB39BC (or 0xEB39BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 39 and BC. RGB value is (235,57,188). Sum of RGB (Red+Green+Blue) = 235+57+188=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB39BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB39BC is #14C643. Grayscale: #7C7C7C. Windows color (decimal): -1361476 or 12335595. OLE color: 12335595.

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

Color convert

RGB23557188-
CMYK00.760.20.08
HSL315.84º81.65%57.25%-
HSV(B)315.84º75.74%92.16%-
XYZ44.824.2249.89-
YUV125.16163.47206.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 57 (22.66% from 255) = 11.88%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=48.96%
G=11.88%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355718800.760.20.08315.8481.6557.25
HexEB39BC04C14813c5239
Octal353712740114241047412271
Binary1110101111100110111100010011001010010001001111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB39BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB39BC; }

 p { color: rgb(235,57,188); }

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

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

 a { background-color: rgb(235,57,188); }

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

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

 span { border-color: rgb(235,57,188); }

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