#E339BD

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

Shades of Razzle Dazzle Rose #E339BD

Tints of Razzle Dazzle Rose #E339BD

Color information

#E339BD (or 0xE339BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 39 and BD. RGB value is (227,57,189). Sum of RGB (Red+Green+Blue) = 227+57+189=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E339BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E339BD is #1CC642. Grayscale: #7A7A7A. Windows color (decimal): -1885763 or 12401123. OLE color: 12401123.

HSL color Cylindrical-coordinate representation of color #E339BD: hue angle of 313.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E339BD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22757189-
CMYK00.750.170.11
HSL313.41º75.22%55.69%-
HSV(B)313.41º74.89%89.02%-
XYZ42.3322.9350.34-
YUV122.88165.32202.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.99%
GREEN value IS 57 (22.66% from 255) = 12.05%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=47.99%
G=12.05%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275718900.750.170.11313.4175.2255.69
HexE339BD04B11B1394b38
Octal343712750113211347111370
Binary1110001111100110111101010010111000110111001110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E339BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E339BD; }

 p { color: rgb(227,57,189); }

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

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

 a { background-color: rgb(227,57,189); }

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

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

 span { border-color: rgb(227,57,189); }

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