#e73ad5

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

Shades of Razzle Dazzle Rose #E73AD5

Tints of Razzle Dazzle Rose #E73AD5

Color information

#E73AD5 (or 0xE73AD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 3A and D5. RGB value is (231,58,213). Sum of RGB (Red+Green+Blue) = 231+58+213=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AD5 is #18C52A. Grayscale: #7E7E7E. Windows color (decimal): -1623339 or 13974247. OLE color: 13974247.

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

Color convert

RGB23158213-
CMYK00.750.080.09
HSL306.24º78.28%56.67%-
HSV(B)306.24º74.89%90.59%-
XYZ46.4824.8265.29-
YUV127.4176.31201.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 58 (23.05% from 255) = 11.55%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=46.02%
G=11.55%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315821300.750.080.09306.2478.2856.67
HexE73AD504B891324e39
Octal347723250113101146211671
Binary111001111110101101010101001011100010011001100101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e73ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e73ad5; }

 p { color: rgb(231,58,213); }

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

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

 a { background-color: rgb(231,58,213); }

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

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

 span { border-color: rgb(231,58,213); }

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