Html Css Color HEX #EA50E1 Free Speech Magenta

📋 copy color: '#EA50E1'

red 234 ◦ green 80 ◦ blue 225

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

Shades of Free Speech Magenta #EA50E1

Tints of Free Speech Magenta #EA50E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 43.41%
G = 14.84%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA50E1 (or 0xEA50E1) is known color: Free Speech Magenta. HEX triplet: EA, 50 and E1. RGB value is (234,80,225). Sum of RGB (Red+Green+Blue) = 234+80+225=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50E1 is #15AF1E. Grayscale: #8E8E8E. Windows color (decimal): -1421087 or 14766314. OLE color: 14766314.

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

Color convert

RGB 234 80 225 -
CMYK 0 0.66 0.04 0.08
HSL 303.51º 0.79% 0.62% -
HSV(B) 303.51º 0.66% 0.92% -
XYZ 50.39 28.67 74.11 -
YUV 142.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 234 80 225 0 0.66 0.04 0.08 303.51 0.79 0.62
Hex EA 50 E1 0 42 4 8 130 4F 3E
Octal 352 120 341 0 102 4 10 460 117 76
Binary 11101010 1010000 11100001 0 1000010 100 1000 100110000 1001111 111110

Color Harmonies of #EA50E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50E1

Black with #EA50E1

Text Example


Text Example

White with #EA50E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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