#E334CC

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

Shades of Razzle Dazzle Rose #E334CC

Tints of Razzle Dazzle Rose #E334CC

Color information

#E334CC (or 0xE334CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 34 and CC. RGB value is (227,52,204). Sum of RGB (Red+Green+Blue) = 227+52+204=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CC is #1CCB33. Grayscale: #797979. Windows color (decimal): -1887028 or 13382883. OLE color: 13382883.

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

Color convert

RGB22752204-
CMYK00.770.100.11
HSL307.89º75.76%54.71%-
HSV(B)307.89º77.09%89.02%-
XYZ43.8123.1559.29-
YUV121.65174.48203.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.00%
GREEN value IS 52 (20.70% from 255) = 10.77%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=47.00%
G=10.77%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275220400.770.100.11307.8975.7654.71
HexE334CC04DAB1344c37
Octal343643140115121346411467
Binary111000111101001100110001001101101010111001101001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E334CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E334CC; }

 p { color: rgb(227,52,204); }

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

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

 a { background-color: rgb(227,52,204); }

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

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

 span { border-color: rgb(227,52,204); }

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