Html Css Color HEX #EC21DD Razzle Dazzle Rose

📋 copy color: '#EC21DD'

red 236 ◦ green 33 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC21DD

Tints of Razzle Dazzle Rose #EC21DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 48.16%
G = 6.73%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC21DD (or 0xEC21DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and DD. RGB value is (236,33,221). Sum of RGB (Red+Green+Blue) = 236+33+221=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21DD is #13DE22. Grayscale: #727272. Windows color (decimal): -1302051 or 14492140. OLE color: 14492140.

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

Color convert

RGB 236 33 221 -
CMYK 0 0.86 0.06 0.07
HSL 304.43º 0.84% 0.53% -
HSV(B) 304.43º 0.86% 0.93% -
XYZ 48.19 24.14 70.53 -
YUV 115.13 187.75 214.21 -
System Red Green Blue C M Y K H S L
Decimal 236 33 221 0 0.86 0.06 0.07 304.43 0.84 0.53
Hex EC 21 DD 0 56 6 7 130 54 35
Octal 354 41 335 0 126 6 7 460 124 65
Binary 11101100 100001 11011101 0 1010110 110 111 100110000 1010100 110101

Color Harmonies of #EC21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21DD

Black with #EC21DD

Text Example


Text Example

White with #EC21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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