Html Css Color HEX #E720DC Razzle Dazzle Rose

📋 copy color: '#E720DC'

red 231 ◦ green 32 ◦ blue 220

#E720DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E720DC

Tints of Razzle Dazzle Rose #E720DC

RGB

 RED value IS 231 (90.63% from 255) = 47.83%

 GREEN value IS 32 (12.89% from 255) = 6.63%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 47.83%
G = 6.63%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E720DC (or 0xE720DC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 20 and DC. RGB value is (231,32,220). Sum of RGB (Red+Green+Blue) = 231+32+220=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E720DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720DC is #18DF23. Grayscale: #707070. Windows color (decimal): -1629988 or 14426343. OLE color: 14426343.

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

Color convert

RGB 231 32 220 -
CMYK 0 0.86 0.05 0.09
HSL 303.32º 0.81% 0.52% -
HSV(B) 303.32º 0.86% 0.91% -
XYZ 46.39 23.19 69.74 -
YUV 112.93 188.43 212.21 -
System Red Green Blue C M Y K H S L
Decimal 231 32 220 0 0.86 0.05 0.09 303.32 0.81 0.52
Hex E7 20 DC 0 56 5 9 12F 51 34
Octal 347 40 334 0 126 5 11 457 121 64
Binary 11100111 100000 11011100 0 1010110 101 1001 100101111 1010001 110100

Color Harmonies of #E720DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720DC

Black with #E720DC

Text Example


Text Example

White with #E720DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720DC; }

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

 H1.HeaderClassName
 {
   color: #E720DC;
 }
 .AnyTagClassName
 {
   color: #E720DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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