#E335DE

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

Shades of Razzle Dazzle Rose #E335DE

Tints of Razzle Dazzle Rose #E335DE

Color information

#E335DE (or 0xE335DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 35 and DE. RGB value is (227,53,222). Sum of RGB (Red+Green+Blue) = 227+53+222=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E335DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E335DE is #1CCA21. Grayscale: #7B7B7B. Windows color (decimal): -1886754 or 14562787. OLE color: 14562787.

HSL color Cylindrical-coordinate representation of color #E335DE: hue angle of 301.72º 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 #E335DE is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22753222-
CMYK00.770.020.11
HSL301.72º75.65%54.9%-
HSV(B)301.72º76.65%89.02%-
XYZ46.1424.1571.34-
YUV124.29183.15201.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 53 (21.09% from 255) = 10.56%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=45.22%
G=10.56%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275322200.770.020.11301.7275.6554.9
HexE335DE04D2B12e4c37
Octal34365336011521345611467
Binary1110001111010111011110010011011010111001011101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E335DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E335DE; }

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

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

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

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

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

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

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

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