Html Css Color HEX #EA50BC Free Speech Magenta

📋 copy color: '#EA50BC'

red 234 ◦ green 80 ◦ blue 188

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

Shades of Free Speech Magenta #EA50BC

Tints of Free Speech Magenta #EA50BC

RGB

 RED value IS 234 (91.8% from 255) = 46.61%

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 46.61%
G = 15.94%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA50BC (or 0xEA50BC) is known color: Free Speech Magenta. HEX triplet: EA, 50 and BC. RGB value is (234,80,188). Sum of RGB (Red+Green+Blue) = 234+80+188=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50BC is #15AF43. Grayscale: #8A8A8A. Windows color (decimal): -1421124 or 12341482. OLE color: 12341482.

HSL color Cylindrical-coordinate representation of color #EA50BC: hue angle of 317.92º 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 #EA50BC is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 188 -
CMYK 0 0.66 0.20 0.08
HSL 317.92º 0.79% 0.62% -
HSV(B) 317.92º 0.66% 0.92% -
XYZ 45.88 26.86 50.34 -
YUV 138.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 234 80 188 0 0.66 0.20 0.08 317.92 0.79 0.62
Hex EA 50 BC 0 42 14 8 13E 4F 3E
Octal 352 120 274 0 102 24 10 476 117 76
Binary 11101010 1010000 10111100 0 1000010 10100 1000 100111110 1001111 111110

Color Harmonies of #EA50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50BC

Black with #EA50BC

Text Example


Text Example

White with #EA50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50BC; }

 p { color: rgb(234,80,188); }

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

background-color css

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

 a { background-color: rgb(234,80,188); }

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

border-color css

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

 span { border-color: rgb(234,80,188); }

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