Html Css Color HEX #EC29BC Razzle Dazzle Rose

📋 copy color: '#EC29BC'

red 236 ◦ green 41 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EC29BC

Tints of Razzle Dazzle Rose #EC29BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 50.75%
G = 8.82%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC29BC (or 0xEC29BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and BC. RGB value is (236,41,188). Sum of RGB (Red+Green+Blue) = 236+41+188=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29BC is #13D643. Grayscale: #737373. Windows color (decimal): -1300036 or 12331500. OLE color: 12331500.

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

Color convert

RGB 236 41 188 -
CMYK 0 0.83 0.20 0.07
HSL 314.77º 0.84% 0.54% -
HSV(B) 314.77º 0.83% 0.93% -
XYZ 44.46 23.05 49.68 -
YUV 116.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 236 41 188 0 0.83 0.20 0.07 314.77 0.84 0.54
Hex EC 29 BC 0 53 14 7 13B 54 36
Octal 354 51 274 0 123 24 7 473 124 66
Binary 11101100 101001 10111100 0 1010011 10100 111 100111011 1010100 110110

Color Harmonies of #EC29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29BC

Black with #EC29BC

Text Example


Text Example

White with #EC29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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