Html Css Color HEX #EC47BB Razzle Dazzle Rose

📋 copy color: '#EC47BB'

red 236 ◦ green 71 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC47BB

Tints of Razzle Dazzle Rose #EC47BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.37%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 47.77%
G = 14.37%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC47BB (or 0xEC47BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 47 and BB. RGB value is (236,71,187). Sum of RGB (Red+Green+Blue) = 236+71+187=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47BB is #13B844. Grayscale: #858585. Windows color (decimal): -1292357 or 12273644. OLE color: 12273644.

HSL color Cylindrical-coordinate representation of color #EC47BB: hue angle of 317.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47BB is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 187 -
CMYK 0 0.70 0.21 0.07
HSL 317.82º 0.81% 0.6% -
HSV(B) 317.82º 0.7% 0.93% -
XYZ 45.81 25.93 49.6 -
YUV 133.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 236 71 187 0 0.70 0.21 0.07 317.82 0.81 0.6
Hex EC 47 BB 0 46 15 7 13E 51 3C
Octal 354 107 273 0 106 25 7 476 121 74
Binary 11101100 1000111 10111011 0 1000110 10101 111 100111110 1010001 111100

Color Harmonies of #EC47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47BB

Black with #EC47BB

Text Example


Text Example

White with #EC47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47BB; }

 p { color: rgb(236,71,187); }

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

background-color css

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

 a { background-color: rgb(236,71,187); }

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

border-color css

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

 span { border-color: rgb(236,71,187); }

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