Html Css Color HEX #E720DB Razzle Dazzle Rose

📋 copy color: '#E720DB'

red 231 ◦ green 32 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E720DB

Tints of Razzle Dazzle Rose #E720DB

RGB

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

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

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

R = 47.93%
G = 6.64%
B = 45.44%

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

#E720DB (or 0xE720DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 20 and DB. RGB value is (231,32,219). Sum of RGB (Red+Green+Blue) = 231+32+219=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E720DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720DB is #18DF24. Grayscale: #707070. Windows color (decimal): -1629989 or 14360807. OLE color: 14360807.

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

Color convert

RGB 231 32 219 -
CMYK 0 0.86 0.05 0.09
HSL 303.62º 0.81% 0.52% -
HSV(B) 303.62º 0.86% 0.91% -
XYZ 46.26 23.14 69.05 -
YUV 112.82 187.93 212.29 -
System Red Green Blue C M Y K H S L
Decimal 231 32 219 0 0.86 0.05 0.09 303.62 0.81 0.52
Hex E7 20 DB 0 56 5 9 130 51 34
Octal 347 40 333 0 126 5 11 460 121 64
Binary 11100111 100000 11011011 0 1010110 101 1001 100110000 1010001 110100

Color Harmonies of #E720DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720DB

Black with #E720DB

Text Example


Text Example

White with #E720DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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