#E73CB4

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

Shades of Razzle Dazzle Rose #E73CB4

Tints of Razzle Dazzle Rose #E73CB4

Color information

#E73CB4 (or 0xE73CB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 3C and B4. RGB value is (231,60,180). Sum of RGB (Red+Green+Blue) = 231+60+180=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CB4 is #18C34B. Grayscale: #7C7C7C. Windows color (decimal): -1622860 or 11812071. OLE color: 11812071.

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

Color convert

RGB23160180-
CMYK00.740.220.09
HSL317.89º78.08%57.06%-
HSV(B)317.89º74.03%90.59%-
XYZ42.8123.5245.46-
YUV124.81159.15203.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 60 (23.83% from 255) = 12.74%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=49.04%
G=12.74%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316018000.740.220.09317.8978.0857.06
HexE73CB404A16913e4e39
Octal347742640112261147611671
Binary1110011111110010110100010010101011010011001111101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73CB4; }

 p { color: rgb(231,60,180); }

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

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

 a { background-color: rgb(231,60,180); }

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

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

 span { border-color: rgb(231,60,180); }

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