Html Css Color HEX #E721DD Razzle Dazzle Rose

📋 copy color: '#E721DD'

red 231 ◦ green 33 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E721DD

Tints of Razzle Dazzle Rose #E721DD

RGB

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

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

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

R = 47.63%
G = 6.8%
B = 45.57%

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

#E721DD (or 0xE721DD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and DD. RGB value is (231,33,221). Sum of RGB (Red+Green+Blue) = 231+33+221=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E721DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721DD is #18DE22. Grayscale: #717171. Windows color (decimal): -1629731 or 14492135. OLE color: 14492135.

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

Color convert

RGB 231 33 221 -
CMYK 0 0.86 0.04 0.09
HSL 303.03º 0.8% 0.52% -
HSV(B) 303.03º 0.86% 0.91% -
XYZ 46.55 23.3 70.45 -
YUV 113.63 188.6 211.71 -
System Red Green Blue C M Y K H S L
Decimal 231 33 221 0 0.86 0.04 0.09 303.03 0.8 0.52
Hex E7 21 DD 0 56 4 9 12F 50 34
Octal 347 41 335 0 126 4 11 457 120 64
Binary 11100111 100001 11011101 0 1010110 100 1001 100101111 1010000 110100

Color Harmonies of #E721DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721DD

Black with #E721DD

Text Example


Text Example

White with #E721DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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