Html Css Color HEX #EC29DD Razzle Dazzle Rose

📋 copy color: '#EC29DD'

red 236 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC29DD

Tints of Razzle Dazzle Rose #EC29DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.23%

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

R = 47.39%
G = 8.23%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC29DD (or 0xEC29DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and DD. RGB value is (236,41,221). Sum of RGB (Red+Green+Blue) = 236+41+221=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29DD is #13D622. Grayscale: #777777. Windows color (decimal): -1300003 or 14494188. OLE color: 14494188.

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

Color convert

RGB 236 41 221 -
CMYK 0 0.83 0.06 0.07
HSL 304.62º 0.84% 0.54% -
HSV(B) 304.62º 0.83% 0.93% -
XYZ 48.44 24.64 70.61 -
YUV 119.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 236 41 221 0 0.83 0.06 0.07 304.62 0.84 0.54
Hex EC 29 DD 0 53 6 7 131 54 36
Octal 354 51 335 0 123 6 7 461 124 66
Binary 11101100 101001 11011101 0 1010011 110 111 100110001 1010100 110110

Color Harmonies of #EC29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29DD

Black with #EC29DD

Text Example


Text Example

White with #EC29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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