Html Css Color HEX #EC47CA Razzle Dazzle Rose

📋 copy color: '#EC47CA'

red 236 ◦ green 71 ◦ blue 202

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

Shades of Razzle Dazzle Rose #EC47CA

Tints of Razzle Dazzle Rose #EC47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 46.37%
G = 13.95%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC47CA (or 0xEC47CA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 47 and CA. RGB value is (236,71,202). Sum of RGB (Red+Green+Blue) = 236+71+202=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47CA is #13B835. Grayscale: #868686. Windows color (decimal): -1292342 or 13256684. OLE color: 13256684.

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

Color convert

RGB 236 71 202 -
CMYK 0 0.70 0.14 0.07
HSL 312.36º 0.81% 0.6% -
HSV(B) 312.36º 0.7% 0.93% -
XYZ 47.51 26.6 58.51 -
YUV 135.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 236 71 202 0 0.70 0.14 0.07 312.36 0.81 0.6
Hex EC 47 CA 0 46 E 7 138 51 3C
Octal 354 107 312 0 106 16 7 470 121 74
Binary 11101100 1000111 11001010 0 1000110 1110 111 100111000 1010001 111100

Color Harmonies of #EC47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47CA

Black with #EC47CA

Text Example


Text Example

White with #EC47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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