#E730D3

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

Shades of Razzle Dazzle Rose #E730D3

Tints of Razzle Dazzle Rose #E730D3

Color information

#E730D3 (or 0xE730D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 30 and D3. RGB value is (231,48,211). Sum of RGB (Red+Green+Blue) = 231+48+211=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E730D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730D3 is #18CF2C. Grayscale: #787878. Windows color (decimal): -1625901 or 13840615. OLE color: 13840615.

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

Color convert

RGB23148211-
CMYK00.790.090.09
HSL306.56º79.22%54.71%-
HSV(B)306.56º79.22%90.59%-
XYZ45.7723.8163.81-
YUV121.3178.63206.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 48 (19.14% from 255) = 9.80%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=47.14%
G=9.80%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314821100.790.090.09306.5679.2254.71
HexE730D304F991334f37
Octal347603230117111146311767
Binary111001111100001101001101001111100110011001100111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E730D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E730D3; }

 p { color: rgb(231,48,211); }

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

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

 a { background-color: rgb(231,48,211); }

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

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

 span { border-color: rgb(231,48,211); }

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