#E325C7

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

Shades of Razzle Dazzle Rose #E325C7

Tints of Razzle Dazzle Rose #E325C7

Color information

#E325C7 (or 0xE325C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 25 and C7. RGB value is (227,37,199). Sum of RGB (Red+Green+Blue) = 227+37+199=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E325C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325C7 is #1CDA38. Grayscale: #6F6F6F. Windows color (decimal): -1890873 or 13051363. OLE color: 13051363.

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

Color convert

RGB22737199-
CMYK00.840.120.11
HSL308.84º77.24%51.76%-
HSV(B)308.84º83.7%89.02%-
XYZ42.6521.7855.99-
YUV112.28176.95209.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 37 (14.84% from 255) = 7.99%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=49.03%
G=7.99%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273719900.840.120.11308.8477.2451.76
HexE325C7054CB1354d34
Octal343453070124141346511564
Binary111000111001011100011101010100110010111001101011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E325C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E325C7; }

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

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

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

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

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

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

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

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