#E73DCB

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

Shades of Razzle Dazzle Rose #E73DCB

Tints of Razzle Dazzle Rose #E73DCB

Color information

#E73DCB (or 0xE73DCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 3D and CB. RGB value is (231,61,203). Sum of RGB (Red+Green+Blue) = 231+61+203=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DCB is #18C234. Grayscale: #7F7F7F. Windows color (decimal): -1622581 or 13319655. OLE color: 13319655.

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

Color convert

RGB23161203-
CMYK00.740.120.09
HSL309.88º77.98%57.25%-
HSV(B)309.88º73.59%90.59%-
XYZ45.424.6458.86-
YUV128.02170.32201.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 61 (24.22% from 255) = 12.32%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=46.67%
G=12.32%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316120300.740.120.09309.8877.9857.25
HexE73DCB04AC91364e39
Octal347753130112141146611671
Binary111001111111011100101101001010110010011001101101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73DCB; }

 p { color: rgb(231,61,203); }

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

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

 a { background-color: rgb(231,61,203); }

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

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

 span { border-color: rgb(231,61,203); }

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