Html Css Color HEX #E620DB Razzle Dazzle Rose

📋 copy color: '#E620DB'

red 230 ◦ green 32 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E620DB

Tints of Razzle Dazzle Rose #E620DB

RGB

 RED value IS 230 (90.23% from 255) = 47.82%

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

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

R = 47.82%
G = 6.65%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E620DB (or 0xE620DB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and DB. RGB value is (230,32,219). Sum of RGB (Red+Green+Blue) = 230+32+219=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E620DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620DB is #19DF24. Grayscale: #6F6F6F. Windows color (decimal): -1695525 or 14360806. OLE color: 14360806.

HSL color Cylindrical-coordinate representation of color #E620DB: hue angle of 303.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620DB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 219 -
CMYK 0 0.86 0.05 0.10
HSL 303.33º 0.8% 0.51% -
HSV(B) 303.33º 0.86% 0.9% -
XYZ 45.94 22.97 69.03 -
YUV 112.52 188.1 211.79 -
System Red Green Blue C M Y K H S L
Decimal 230 32 219 0 0.86 0.05 0.10 303.33 0.8 0.51
Hex E6 20 DB 0 56 5 A 12F 50 33
Octal 346 40 333 0 126 5 12 457 120 63
Binary 11100110 100000 11011011 0 1010110 101 1010 100101111 1010000 110011

Color Harmonies of #E620DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620DB

Black with #E620DB

Text Example


Text Example

White with #E620DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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