Html Css Color HEX #EB47CE Free Speech Magenta

📋 copy color: '#EB47CE'

red 235 ◦ green 71 ◦ blue 206

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

Shades of Free Speech Magenta #EB47CE

Tints of Free Speech Magenta #EB47CE

RGB

 RED value IS 235 (92.19% from 255) = 45.9%

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 45.9%
G = 13.87%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB47CE (or 0xEB47CE) is known color: Free Speech Magenta. HEX triplet: EB, 47 and CE. RGB value is (235,71,206). Sum of RGB (Red+Green+Blue) = 235+71+206=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47CE is #14B831. Grayscale: #878787. Windows color (decimal): -1357874 or 13518827. OLE color: 13518827.

HSL color Cylindrical-coordinate representation of color #EB47CE: hue angle of 310.61º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB47CE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 206 -
CMYK 0 0.70 0.12 0.08
HSL 310.61º 0.8% 0.6% -
HSV(B) 310.61º 0.7% 0.92% -
XYZ 47.65 26.62 61.02 -
YUV 135.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 235 71 206 0 0.70 0.12 0.08 310.61 0.8 0.6
Hex EB 47 CE 0 46 C 8 137 50 3C
Octal 353 107 316 0 106 14 10 467 120 74
Binary 11101011 1000111 11001110 0 1000110 1100 1000 100110111 1010000 111100

Color Harmonies of #EB47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47CE

Black with #EB47CE

Text Example


Text Example

White with #EB47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47CE; }

 p { color: rgb(235,71,206); }

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

background-color css

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

 a { background-color: rgb(235,71,206); }

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

border-color css

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

 span { border-color: rgb(235,71,206); }

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