#EB39CA

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

Shades of Razzle Dazzle Rose #EB39CA

Tints of Razzle Dazzle Rose #EB39CA

Color information

#EB39CA (or 0xEB39CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 39 and CA. RGB value is (235,57,202). Sum of RGB (Red+Green+Blue) = 235+57+202=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB39CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB39CA is #14C635. Grayscale: #7E7E7E. Windows color (decimal): -1361462 or 13253099. OLE color: 13253099.

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

Color convert

RGB23557202-
CMYK00.760.140.08
HSL311.12º81.65%57.25%-
HSV(B)311.12º75.74%92.16%-
XYZ46.3824.8558.23-
YUV126.75170.47205.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 57 (22.66% from 255) = 11.54%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=47.57%
G=11.54%
B=40.89%

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
Decimal2355720200.760.140.08311.1281.6557.25
HexEB39CA04CE81375239
Octal353713120114161046712271
Binary111010111110011100101001001100111010001001101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB39CA; }

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

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

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

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

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

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

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

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