#E326D4

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

Shades of Razzle Dazzle Rose #E326D4

Tints of Razzle Dazzle Rose #E326D4

Color information

#E326D4 (or 0xE326D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 26 and D4. RGB value is (227,38,212). Sum of RGB (Red+Green+Blue) = 227+38+212=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E326D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326D4 is #1CD92B. Grayscale: #717171. Windows color (decimal): -1890604 or 13903587. OLE color: 13903587.

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

Color convert

RGB22738212-
CMYK00.830.070.11
HSL304.76º77.14%51.96%-
HSV(B)304.76º83.26%89.02%-
XYZ44.2622.4764.29-
YUV114.35183.12208.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 38 (15.23% from 255) = 7.97%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=47.59%
G=7.97%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273821200.830.070.11304.7677.1451.96
HexE326D40537B1314d34
Octal34346324012371346111564
Binary11100011100110110101000101001111110111001100011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E326D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E326D4; }

 p { color: rgb(227,38,212); }

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

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

 a { background-color: rgb(227,38,212); }

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

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

 span { border-color: rgb(227,38,212); }

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