#EB39C2

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

Shades of Razzle Dazzle Rose #EB39C2

Tints of Razzle Dazzle Rose #EB39C2

Color information

#EB39C2 (or 0xEB39C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 39 and C2. RGB value is (235,57,194). Sum of RGB (Red+Green+Blue) = 235+57+194=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB39C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB39C2 is #14C63D. Grayscale: #7D7D7D. Windows color (decimal): -1361470 or 12728811. OLE color: 12728811.

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

Color convert

RGB23557194-
CMYK00.760.170.08
HSL313.82º81.65%57.25%-
HSV(B)313.82º75.74%92.16%-
XYZ45.4624.4853.37-
YUV125.84166.47205.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 57 (22.66% from 255) = 11.73%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=48.35%
G=11.73%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355719400.760.170.08313.8281.6557.25
HexEB39C204C11813a5239
Octal353713020114211047212271
Binary1110101111100111000010010011001000110001001110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB39C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB39C2; }

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

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

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

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

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

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

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

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