Html Css Color HEX #E720DD Razzle Dazzle Rose

📋 copy color: '#E720DD'

red 231 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E720DD

Tints of Razzle Dazzle Rose #E720DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 47.73%
G = 6.61%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E720DD (or 0xE720DD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 20 and DD. RGB value is (231,32,221). Sum of RGB (Red+Green+Blue) = 231+32+221=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E720DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720DD is #18DF22. Grayscale: #707070. Windows color (decimal): -1629987 or 14491879. OLE color: 14491879.

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

Color convert

RGB 231 32 221 -
CMYK 0 0.86 0.04 0.09
HSL 303.02º 0.81% 0.52% -
HSV(B) 303.02º 0.86% 0.91% -
XYZ 46.52 23.24 70.44 -
YUV 113.05 188.93 212.13 -
System Red Green Blue C M Y K H S L
Decimal 231 32 221 0 0.86 0.04 0.09 303.02 0.81 0.52
Hex E7 20 DD 0 56 4 9 12F 51 34
Octal 347 40 335 0 126 4 11 457 121 64
Binary 11100111 100000 11011101 0 1010110 100 1001 100101111 1010001 110100

Color Harmonies of #E720DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720DD

Black with #E720DD

Text Example


Text Example

White with #E720DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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