#E93CD2

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

Shades of Razzle Dazzle Rose #E93CD2

Tints of Razzle Dazzle Rose #E93CD2

Color information

#E93CD2 (or 0xE93CD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 3C and D2. RGB value is (233,60,210). Sum of RGB (Red+Green+Blue) = 233+60+210=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CD2 is #16C32D. Grayscale: #808080. Windows color (decimal): -1491758 or 13778153. OLE color: 13778153.

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

Color convert

RGB23360210-
CMYK00.740.100.09
HSL307.98º79.72%57.45%-
HSV(B)307.98º74.25%91.37%-
XYZ46.8525.2163.37-
YUV128.83173.81202.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 60 (23.83% from 255) = 11.93%
BLUE value IS 210 (82.42% from 255) = 41.75%
R=46.32%
G=11.93%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336021000.740.100.09307.9879.7257.45
HexE93CD204AA91345039
Octal351743220112121146412071
Binary111010011111001101001001001010101010011001101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93CD2; }

 p { color: rgb(233,60,210); }

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

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

 a { background-color: rgb(233,60,210); }

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

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

 span { border-color: rgb(233,60,210); }

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