Html Css Color HEX #EC21DB Razzle Dazzle Rose

📋 copy color: '#EC21DB'

red 236 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC21DB

Tints of Razzle Dazzle Rose #EC21DB

RGB

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

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

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

R = 48.36%
G = 6.76%
B = 44.88%

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

#EC21DB (or 0xEC21DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and DB. RGB value is (236,33,219). Sum of RGB (Red+Green+Blue) = 236+33+219=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21DB is #13DE24. Grayscale: #727272. Windows color (decimal): -1302053 or 14361068. OLE color: 14361068.

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

Color convert

RGB 236 33 219 -
CMYK 0 0.86 0.07 0.07
HSL 305.02º 0.84% 0.53% -
HSV(B) 305.02º 0.86% 0.93% -
XYZ 47.92 24.04 69.13 -
YUV 114.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 236 33 219 0 0.86 0.07 0.07 305.02 0.84 0.53
Hex EC 21 DB 0 56 7 7 131 54 35
Octal 354 41 333 0 126 7 7 461 124 65
Binary 11101100 100001 11011011 0 1010110 111 111 100110001 1010100 110101

Color Harmonies of #EC21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21DB

Black with #EC21DB

Text Example


Text Example

White with #EC21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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