Html Css Color HEX #EC21D6 Razzle Dazzle Rose

📋 copy color: '#EC21D6'

red 236 ◦ green 33 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EC21D6

Tints of Razzle Dazzle Rose #EC21D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 48.86%
G = 6.83%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC21D6 (or 0xEC21D6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 21 and D6. RGB value is (236,33,214). Sum of RGB (Red+Green+Blue) = 236+33+214=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21D6 is #13DE29. Grayscale: #717171. Windows color (decimal): -1302058 or 14033388. OLE color: 14033388.

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

Color convert

RGB 236 33 214 -
CMYK 0 0.86 0.09 0.07
HSL 306.5º 0.84% 0.53% -
HSV(B) 306.5º 0.86% 0.93% -
XYZ 47.27 23.78 65.72 -
YUV 114.33 184.25 214.78 -
System Red Green Blue C M Y K H S L
Decimal 236 33 214 0 0.86 0.09 0.07 306.5 0.84 0.53
Hex EC 21 D6 0 56 9 7 133 54 35
Octal 354 41 326 0 126 11 7 463 124 65
Binary 11101100 100001 11010110 0 1010110 1001 111 100110011 1010100 110101

Color Harmonies of #EC21D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21D6

Black with #EC21D6

Text Example


Text Example

White with #EC21D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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