Html Css Color HEX #E721DC Razzle Dazzle Rose

📋 copy color: '#E721DC'

red 231 ◦ green 33 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E721DC

Tints of Razzle Dazzle Rose #E721DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.82%

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

R = 47.73%
G = 6.82%
B = 45.45%

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

#E721DC (or 0xE721DC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and DC. RGB value is (231,33,220). Sum of RGB (Red+Green+Blue) = 231+33+220=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E721DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721DC is #18DE23. Grayscale: #707070. Windows color (decimal): -1629732 or 14426599. OLE color: 14426599.

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

Color convert

RGB 231 33 220 -
CMYK 0 0.86 0.05 0.09
HSL 303.33º 0.8% 0.52% -
HSV(B) 303.33º 0.86% 0.91% -
XYZ 46.42 23.24 69.75 -
YUV 113.52 188.1 211.79 -
System Red Green Blue C M Y K H S L
Decimal 231 33 220 0 0.86 0.05 0.09 303.33 0.8 0.52
Hex E7 21 DC 0 56 5 9 12F 50 34
Octal 347 41 334 0 126 5 11 457 120 64
Binary 11100111 100001 11011100 0 1010110 101 1001 100101111 1010000 110100

Color Harmonies of #E721DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721DC

Black with #E721DC

Text Example


Text Example

White with #E721DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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