#E720DA

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

Shades of Razzle Dazzle Rose #E720DA

Tints of Razzle Dazzle Rose #E720DA

Color information

#E720DA (or 0xE720DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 20 and DA. RGB value is (231,32,218). Sum of RGB (Red+Green+Blue) = 231+32+218=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E720DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720DA is #18DF25. Grayscale: #707070. Windows color (decimal): -1629990 or 14295271. OLE color: 14295271.

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

Color convert

RGB23132218-
CMYK00.860.060.09
HSL303.92º80.57%51.57%-
HSV(B)303.92º86.15%90.59%-
XYZ46.1323.0868.35-
YUV112.71187.43212.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.02%
GREEN value IS 32 (12.89% from 255) = 6.65%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=48.02%
G=6.65%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313221800.860.060.09303.9280.5751.57
HexE720DA056691305134
Octal34740332012661146012164
Binary11100111100000110110100101011011010011001100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E720DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E720DA; }

 p { color: rgb(231,32,218); }

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

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

 a { background-color: rgb(231,32,218); }

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

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

 span { border-color: rgb(231,32,218); }

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