Html Css Color HEX #EC47C1 Razzle Dazzle Rose

📋 copy color: '#EC47C1'

red 236 ◦ green 71 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EC47C1

Tints of Razzle Dazzle Rose #EC47C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 47.2%
G = 14.2%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC47C1 (or 0xEC47C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 47 and C1. RGB value is (236,71,193). Sum of RGB (Red+Green+Blue) = 236+71+193=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47C1 is #13B83E. Grayscale: #858585. Windows color (decimal): -1292351 or 12666860. OLE color: 12666860.

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

Color convert

RGB 236 71 193 -
CMYK 0 0.70 0.18 0.07
HSL 315.64º 0.81% 0.6% -
HSV(B) 315.64º 0.7% 0.93% -
XYZ 46.47 26.19 53.06 -
YUV 134.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 236 71 193 0 0.70 0.18 0.07 315.64 0.81 0.6
Hex EC 47 C1 0 46 12 7 13C 51 3C
Octal 354 107 301 0 106 22 7 474 121 74
Binary 11101100 1000111 11000001 0 1000110 10010 111 100111100 1010001 111100

Color Harmonies of #EC47C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47C1

Black with #EC47C1

Text Example


Text Example

White with #EC47C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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