Html Css Color HEX #EC29CE Razzle Dazzle Rose

📋 copy color: '#EC29CE'

red 236 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EC29CE

Tints of Razzle Dazzle Rose #EC29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 48.86%
G = 8.49%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC29CE (or 0xEC29CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and CE. RGB value is (236,41,206). Sum of RGB (Red+Green+Blue) = 236+41+206=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CE is #13D631. Grayscale: #757575. Windows color (decimal): -1300018 or 13511148. OLE color: 13511148.

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

Color convert

RGB 236 41 206 -
CMYK 0 0.83 0.13 0.07
HSL 309.23º 0.84% 0.54% -
HSV(B) 309.23º 0.83% 0.93% -
XYZ 46.53 23.87 60.55 -
YUV 118.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 236 41 206 0 0.83 0.13 0.07 309.23 0.84 0.54
Hex EC 29 CE 0 53 D 7 135 54 36
Octal 354 51 316 0 123 15 7 465 124 66
Binary 11101100 101001 11001110 0 1010011 1101 111 100110101 1010100 110110

Color Harmonies of #EC29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29CE

Black with #EC29CE

Text Example


Text Example

White with #EC29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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