#e324c9

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

Shades of Razzle Dazzle Rose #E324C9

Tints of Razzle Dazzle Rose #E324C9

Color information

#E324C9 (or 0xE324C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 24 and C9. RGB value is (227,36,201). Sum of RGB (Red+Green+Blue) = 227+36+201=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E324C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324C9 is #1CDB36. Grayscale: #6F6F6F. Windows color (decimal): -1891127 or 13182179. OLE color: 13182179.

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

Color convert

RGB22736201-
CMYK00.840.110.11
HSL308.17º77.33%51.57%-
HSV(B)308.17º84.14%89.02%-
XYZ42.8521.8157.21-
YUV111.92178.28210.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.92%
GREEN value IS 36 (14.45% from 255) = 7.76%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=48.92%
G=7.76%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273620100.840.110.11308.1777.3351.57
HexE324C9054BB1344d34
Octal343443110124131346411564
Binary111000111001001100100101010100101110111001101001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e324c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e324c9; }

 p { color: rgb(227,36,201); }

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

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

 a { background-color: rgb(227,36,201); }

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

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

 span { border-color: rgb(227,36,201); }

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