Html Css Color HEX #EC29C6 Razzle Dazzle Rose

📋 copy color: '#EC29C6'

red 236 ◦ green 41 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EC29C6

Tints of Razzle Dazzle Rose #EC29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 49.68%
G = 8.63%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC29C6 (or 0xEC29C6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and C6. RGB value is (236,41,198). Sum of RGB (Red+Green+Blue) = 236+41+198=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29C6 is #13D639. Grayscale: #747474. Windows color (decimal): -1300026 or 12986860. OLE color: 12986860.

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

Color convert

RGB 236 41 198 -
CMYK 0 0.83 0.16 0.07
HSL 311.69º 0.84% 0.54% -
HSV(B) 311.69º 0.83% 0.93% -
XYZ 45.58 23.5 55.56 -
YUV 117.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 236 41 198 0 0.83 0.16 0.07 311.69 0.84 0.54
Hex EC 29 C6 0 53 10 7 138 54 36
Octal 354 51 306 0 123 20 7 470 124 66
Binary 11101100 101001 11000110 0 1010011 10000 111 100111000 1010100 110110

Color Harmonies of #EC29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29C6

Black with #EC29C6

Text Example


Text Example

White with #EC29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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