#E834C1

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

Shades of Razzle Dazzle Rose #E834C1

Tints of Razzle Dazzle Rose #E834C1

Color information

#E834C1 (or 0xE834C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 34 and C1. RGB value is (232,52,193). Sum of RGB (Red+Green+Blue) = 232+52+193=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E834C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834C1 is #17CB3E. Grayscale: #797979. Windows color (decimal): -1559359 or 12661992. OLE color: 12661992.

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

Color convert

RGB23252193-
CMYK00.780.170.09
HSL313º79.65%55.69%-
HSV(B)313º77.59%90.98%-
XYZ44.1323.4652.65-
YUV121.89168.13206.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.64%
GREEN value IS 52 (20.70% from 255) = 10.90%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=48.64%
G=10.90%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325219300.780.170.0931379.6555.69
HexE834C104E1191395038
Octal350643010116211147112070
Binary1110100011010011000001010011101000110011001110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834C1; }

 p { color: rgb(232,52,193); }

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

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

 a { background-color: rgb(232,52,193); }

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

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

 span { border-color: rgb(232,52,193); }

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