Html Css Color HEX #EC47BA Razzle Dazzle Rose

📋 copy color: '#EC47BA'

red 236 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EC47BA

Tints of Razzle Dazzle Rose #EC47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 47.87%
G = 14.4%
B = 37.73%

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

#EC47BA (or 0xEC47BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 47 and BA. RGB value is (236,71,186). Sum of RGB (Red+Green+Blue) = 236+71+186=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47BA is #13B845. Grayscale: #858585. Windows color (decimal): -1292358 or 12208108. OLE color: 12208108.

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

Color convert

RGB 236 71 186 -
CMYK 0 0.70 0.21 0.07
HSL 318.18º 0.81% 0.6% -
HSV(B) 318.18º 0.7% 0.93% -
XYZ 45.71 25.88 49.04 -
YUV 133.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 236 71 186 0 0.70 0.21 0.07 318.18 0.81 0.6
Hex EC 47 BA 0 46 15 7 13E 51 3C
Octal 354 107 272 0 106 25 7 476 121 74
Binary 11101100 1000111 10111010 0 1000110 10101 111 100111110 1010001 111100

Color Harmonies of #EC47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47BA

Black with #EC47BA

Text Example


Text Example

White with #EC47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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