#E334CB

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

Shades of Razzle Dazzle Rose #E334CB

Tints of Razzle Dazzle Rose #E334CB

Color information

#E334CB (or 0xE334CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 34 and CB. RGB value is (227,52,203). Sum of RGB (Red+Green+Blue) = 227+52+203=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CB is #1CCB34. Grayscale: #797979. Windows color (decimal): -1887029 or 13317347. OLE color: 13317347.

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

Color convert

RGB22752203-
CMYK00.770.110.11
HSL308.23º75.76%54.71%-
HSV(B)308.23º77.09%89.02%-
XYZ43.6923.158.66-
YUV121.54173.98203.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.10%
GREEN value IS 52 (20.70% from 255) = 10.79%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=47.10%
G=10.79%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275220300.770.110.11308.2375.7654.71
HexE334CB04DBB1344c37
Octal343643130115131346411467
Binary111000111101001100101101001101101110111001101001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E334CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E334CB; }

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

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

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

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

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

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

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

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