Html Css Color HEX #EC20DB Razzle Dazzle Rose

📋 copy color: '#EC20DB'

red 236 ◦ green 32 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC20DB

Tints of Razzle Dazzle Rose #EC20DB

RGB

 RED value IS 236 (92.58% from 255) = 48.46%

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

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

R = 48.46%
G = 6.57%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC20DB (or 0xEC20DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 20 and DB. RGB value is (236,32,219). Sum of RGB (Red+Green+Blue) = 236+32+219=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20DB is #13DF24. Grayscale: #717171. Windows color (decimal): -1302309 or 14360812. OLE color: 14360812.

HSL color Cylindrical-coordinate representation of color #EC20DB: hue angle of 305º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20DB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 219 -
CMYK 0 0.86 0.07 0.07
HSL 305º 0.84% 0.53% -
HSV(B) 305º 0.86% 0.93% -
XYZ 47.89 23.98 69.12 -
YUV 114.31 187.09 214.79 -
System Red Green Blue C M Y K H S L
Decimal 236 32 219 0 0.86 0.07 0.07 305 0.84 0.53
Hex EC 20 DB 0 56 7 7 131 54 35
Octal 354 40 333 0 126 7 7 461 124 65
Binary 11101100 100000 11011011 0 1010110 111 111 100110001 1010100 110101

Color Harmonies of #EC20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20DB

Black with #EC20DB

Text Example


Text Example

White with #EC20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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