#E834CD

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

Shades of Razzle Dazzle Rose #E834CD

Tints of Razzle Dazzle Rose #E834CD

Color information

#E834CD (or 0xE834CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 34 and CD. RGB value is (232,52,205). Sum of RGB (Red+Green+Blue) = 232+52+205=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E834CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834CD is #17CB32. Grayscale: #7A7A7A. Windows color (decimal): -1559347 or 13448424. OLE color: 13448424.

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

Color convert

RGB23252205-
CMYK00.780.120.09
HSL309º79.65%55.69%-
HSV(B)309º77.59%90.98%-
XYZ45.5324.0259.99-
YUV123.26174.13205.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 52 (20.70% from 255) = 10.63%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=47.44%
G=10.63%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325220500.780.120.0930979.6555.69
HexE834CD04EC91355038
Octal350643150116141146512070
Binary111010001101001100110101001110110010011001101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834CD; }

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

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

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

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

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

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

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

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