Html Css Color HEX #EC29C3 Razzle Dazzle Rose

📋 copy color: '#EC29C3'

red 236 ◦ green 41 ◦ blue 195

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

Shades of Razzle Dazzle Rose #EC29C3

Tints of Razzle Dazzle Rose #EC29C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 50%
G = 8.69%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC29C3 (or 0xEC29C3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and C3. RGB value is (236,41,195). Sum of RGB (Red+Green+Blue) = 236+41+195=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29C3 is #13D63C. Grayscale: #747474. Windows color (decimal): -1300029 or 12790252. OLE color: 12790252.

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

Color convert

RGB 236 41 195 -
CMYK 0 0.83 0.17 0.07
HSL 312.62º 0.84% 0.54% -
HSV(B) 312.62º 0.83% 0.93% -
XYZ 45.24 23.36 53.75 -
YUV 116.86 172.1 212.98 -
System Red Green Blue C M Y K H S L
Decimal 236 41 195 0 0.83 0.17 0.07 312.62 0.84 0.54
Hex EC 29 C3 0 53 11 7 139 54 36
Octal 354 51 303 0 123 21 7 471 124 66
Binary 11101100 101001 11000011 0 1010011 10001 111 100111001 1010100 110110

Color Harmonies of #EC29C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29C3

Black with #EC29C3

Text Example


Text Example

White with #EC29C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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