#E73BD7

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

Shades of Razzle Dazzle Rose #E73BD7

Tints of Razzle Dazzle Rose #E73BD7

Color information

#E73BD7 (or 0xE73BD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 3B and D7. RGB value is (231,59,215). Sum of RGB (Red+Green+Blue) = 231+59+215=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73BD7 is #18C428. Grayscale: #7F7F7F. Windows color (decimal): -1623081 or 14105575. OLE color: 14105575.

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

Color convert

RGB23159215-
CMYK00.740.070.09
HSL305.58º78.18%56.86%-
HSV(B)305.58º74.46%90.59%-
XYZ46.7825.0266.65-
YUV128.21176.98201.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 59 (23.44% from 255) = 11.68%
BLUE value IS 215 (84.38% from 255) = 42.57%
R=45.74%
G=11.68%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315921500.740.070.09305.5878.1856.86
HexE73BD704A791324e39
Octal34773327011271146211671
Binary11100111111011110101110100101011110011001100101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73BD7; }

 p { color: rgb(231,59,215); }

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

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

 a { background-color: rgb(231,59,215); }

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

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

 span { border-color: rgb(231,59,215); }

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