Html Css Color HEX #EC47C4 Razzle Dazzle Rose

📋 copy color: '#EC47C4'

red 236 ◦ green 71 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EC47C4

Tints of Razzle Dazzle Rose #EC47C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.97%

R = 46.92%
G = 14.12%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC47C4 (or 0xEC47C4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 47 and C4. RGB value is (236,71,196). Sum of RGB (Red+Green+Blue) = 236+71+196=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47C4 is #13B83B. Grayscale: #868686. Windows color (decimal): -1292348 or 12863468. OLE color: 12863468.

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

Color convert

RGB 236 71 196 -
CMYK 0 0.70 0.17 0.07
HSL 314.55º 0.81% 0.6% -
HSV(B) 314.55º 0.7% 0.93% -
XYZ 46.81 26.32 54.84 -
YUV 134.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 236 71 196 0 0.70 0.17 0.07 314.55 0.81 0.6
Hex EC 47 C4 0 46 11 7 13B 51 3C
Octal 354 107 304 0 106 21 7 473 121 74
Binary 11101100 1000111 11000100 0 1000110 10001 111 100111011 1010001 111100

Color Harmonies of #EC47C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47C4

Black with #EC47C4

Text Example


Text Example

White with #EC47C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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