#E832C7

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

Shades of Razzle Dazzle Rose #E832C7

Tints of Razzle Dazzle Rose #E832C7

Color information

#E832C7 (or 0xE832C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 32 and C7. RGB value is (232,50,199). Sum of RGB (Red+Green+Blue) = 232+50+199=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E832C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832C7 is #17CD38. Grayscale: #787878. Windows color (decimal): -1559865 or 13054696. OLE color: 13054696.

HSL color Cylindrical-coordinate representation of color #E832C7: hue angle of 310.88º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E832C7 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23250199-
CMYK00.780.140.09
HSL310.88º79.82%55.29%-
HSV(B)310.88º78.45%90.98%-
XYZ44.7323.5656.22-
YUV121.4171.8206.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 50 (19.92% from 255) = 10.40%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=48.23%
G=10.40%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325019900.780.140.09310.8879.8255.29
HexE832C704EE91375037
Octal350623070116161146712067
Binary111010001100101100011101001110111010011001101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E832C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E832C7; }

 p { color: rgb(232,50,199); }

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

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

 a { background-color: rgb(232,50,199); }

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

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

 span { border-color: rgb(232,50,199); }

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