Html Css Color HEX #E721DB Razzle Dazzle Rose

📋 copy color: '#E721DB'

red 231 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E721DB

Tints of Razzle Dazzle Rose #E721DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 47.83%
G = 6.83%
B = 45.34%

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

#E721DB (or 0xE721DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 21 and DB. RGB value is (231,33,219). Sum of RGB (Red+Green+Blue) = 231+33+219=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E721DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721DB is #18DE24. Grayscale: #707070. Windows color (decimal): -1629733 or 14361063. OLE color: 14361063.

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

Color convert

RGB 231 33 219 -
CMYK 0 0.86 0.05 0.09
HSL 303.64º 0.8% 0.52% -
HSV(B) 303.64º 0.86% 0.91% -
XYZ 46.29 23.19 69.05 -
YUV 113.41 187.6 211.88 -
System Red Green Blue C M Y K H S L
Decimal 231 33 219 0 0.86 0.05 0.09 303.64 0.8 0.52
Hex E7 21 DB 0 56 5 9 130 50 34
Octal 347 41 333 0 126 5 11 460 120 64
Binary 11100111 100001 11011011 0 1010110 101 1001 100110000 1010000 110100

Color Harmonies of #E721DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721DB

Black with #E721DB

Text Example


Text Example

White with #E721DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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