#E335D8

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

Shades of Razzle Dazzle Rose #E335D8

Tints of Razzle Dazzle Rose #E335D8

Color information

#E335D8 (or 0xE335D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 35 and D8. RGB value is (227,53,216). Sum of RGB (Red+Green+Blue) = 227+53+216=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E335D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E335D8 is #1CCA27. Grayscale: #7B7B7B. Windows color (decimal): -1886760 or 14169571. OLE color: 14169571.

HSL color Cylindrical-coordinate representation of color #E335D8: hue angle of 303.79º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335D8 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB22753216-
CMYK00.770.050.11
HSL303.79º75.65%54.9%-
HSV(B)303.79º76.65%89.02%-
XYZ45.3523.8367.18-
YUV123.61180.15201.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.77%
GREEN value IS 53 (21.09% from 255) = 10.69%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=45.77%
G=10.69%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275321600.770.050.11303.7975.6554.9
HexE335D804D5B1304c37
Octal34365330011551346011467
Binary11100011110101110110000100110110110111001100001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E335D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E335D8; }

 p { color: rgb(227,53,216); }

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

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

 a { background-color: rgb(227,53,216); }

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

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

 span { border-color: rgb(227,53,216); }

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