#EB39C9

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

Shades of Razzle Dazzle Rose #EB39C9

Tints of Razzle Dazzle Rose #EB39C9

Color information

#EB39C9 (or 0xEB39C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 39 and C9. RGB value is (235,57,201). Sum of RGB (Red+Green+Blue) = 235+57+201=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB39C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB39C9 is #14C636. Grayscale: #7E7E7E. Windows color (decimal): -1361463 or 13187563. OLE color: 13187563.

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

Color convert

RGB23557201-
CMYK00.760.140.08
HSL311.46º81.65%57.25%-
HSV(B)311.46º75.74%92.16%-
XYZ46.2724.8157.61-
YUV126.64169.97205.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 57 (22.66% from 255) = 11.56%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=47.67%
G=11.56%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355720100.760.140.08311.4681.6557.25
HexEB39C904CE81375239
Octal353713110114161046712271
Binary111010111110011100100101001100111010001001101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB39C9; }

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

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

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

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

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

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

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

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