Html Css Color HEX #EC49BC Razzle Dazzle Rose

📋 copy color: '#EC49BC'

red 236 ◦ green 73 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EC49BC

Tints of Razzle Dazzle Rose #EC49BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.69%

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

R = 47.48%
G = 14.69%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC49BC (or 0xEC49BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 49 and BC. RGB value is (236,73,188). Sum of RGB (Red+Green+Blue) = 236+73+188=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49BC is #13B643. Grayscale: #868686. Windows color (decimal): -1291844 or 12339692. OLE color: 12339692.

HSL color Cylindrical-coordinate representation of color #EC49BC: hue angle of 317.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49BC is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 188 -
CMYK 0 0.69 0.20 0.07
HSL 317.67º 0.81% 0.61% -
HSV(B) 317.67º 0.69% 0.93% -
XYZ 46.05 26.23 50.21 -
YUV 134.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 236 73 188 0 0.69 0.20 0.07 317.67 0.81 0.61
Hex EC 49 BC 0 45 14 7 13E 51 3D
Octal 354 111 274 0 105 24 7 476 121 75
Binary 11101100 1001001 10111100 0 1000101 10100 111 100111110 1010001 111101

Color Harmonies of #EC49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49BC

Black with #EC49BC

Text Example


Text Example

White with #EC49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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