Html Css Color HEX #E721DA Razzle Dazzle Rose

📋 copy color: '#E721DA'

red 231 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E721DA

Tints of Razzle Dazzle Rose #E721DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 47.93%
G = 6.85%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E721DA (or 0xE721DA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and DA. RGB value is (231,33,218). Sum of RGB (Red+Green+Blue) = 231+33+218=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E721DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721DA is #18DE25. Grayscale: #707070. Windows color (decimal): -1629734 or 14295527. OLE color: 14295527.

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

Color convert

RGB 231 33 218 -
CMYK 0 0.86 0.06 0.09
HSL 303.94º 0.8% 0.52% -
HSV(B) 303.94º 0.86% 0.91% -
XYZ 46.15 23.14 68.36 -
YUV 113.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 231 33 218 0 0.86 0.06 0.09 303.94 0.8 0.52
Hex E7 21 DA 0 56 6 9 130 50 34
Octal 347 41 332 0 126 6 11 460 120 64
Binary 11100111 100001 11011010 0 1010110 110 1001 100110000 1010000 110100

Color Harmonies of #E721DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721DA

Black with #E721DA

Text Example


Text Example

White with #E721DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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