Html Css Color HEX #EB50CE Free Speech Magenta

📋 copy color: '#EB50CE'

red 235 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #EB50CE

Tints of Free Speech Magenta #EB50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

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

R = 45.11%
G = 15.36%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB50CE (or 0xEB50CE) is known color: Free Speech Magenta. HEX triplet: EB, 50 and CE. RGB value is (235,80,206). Sum of RGB (Red+Green+Blue) = 235+80+206=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50CE is #14AF31. Grayscale: #8C8C8C. Windows color (decimal): -1355570 or 13521131. OLE color: 13521131.

HSL color Cylindrical-coordinate representation of color #EB50CE: hue angle of 311.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB50CE is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 206 -
CMYK 0 0.66 0.12 0.08
HSL 311.23º 0.79% 0.62% -
HSV(B) 311.23º 0.66% 0.92% -
XYZ 48.27 27.86 61.23 -
YUV 140.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 235 80 206 0 0.66 0.12 0.08 311.23 0.79 0.62
Hex EB 50 CE 0 42 C 8 137 4F 3E
Octal 353 120 316 0 102 14 10 467 117 76
Binary 11101011 1010000 11001110 0 1000010 1100 1000 100110111 1001111 111110

Color Harmonies of #EB50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50CE

Black with #EB50CE

Text Example


Text Example

White with #EB50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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