#E325E0

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

Shades of Razzle Dazzle Rose #E325E0

Tints of Razzle Dazzle Rose #E325E0

Color information

#E325E0 (or 0xE325E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 25 and E0. RGB value is (227,37,224). Sum of RGB (Red+Green+Blue) = 227+37+224=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E325E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325E0 is #1CDA1F. Grayscale: #727272. Windows color (decimal): -1890848 or 14689763. OLE color: 14689763.

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

Color convert

RGB22737224-
CMYK00.840.010.11
HSL300.95º77.24%51.76%-
HSV(B)300.95º83.7%89.02%-
XYZ45.7923.0472.55-
YUV115.13189.45207.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.52%
GREEN value IS 37 (14.84% from 255) = 7.58%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=46.52%
G=7.58%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273722400.840.010.11300.9577.2451.76
HexE325E00541B12d4d34
Octal34345340012411345511564
Binary111000111001011110000001010100110111001011011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E325E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E325E0; }

 p { color: rgb(227,37,224); }

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

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

 a { background-color: rgb(227,37,224); }

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

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

 span { border-color: rgb(227,37,224); }

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