Html Css Color HEX #EA50D2 Free Speech Magenta

📋 copy color: '#EA50D2'

red 234 ◦ green 80 ◦ blue 210

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

Shades of Free Speech Magenta #EA50D2

Tints of Free Speech Magenta #EA50D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 44.66%
G = 15.27%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA50D2 (or 0xEA50D2) is known color: Free Speech Magenta. HEX triplet: EA, 50 and D2. RGB value is (234,80,210). Sum of RGB (Red+Green+Blue) = 234+80+210=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50D2 is #15AF2D. Grayscale: #8C8C8C. Windows color (decimal): -1421102 or 13783274. OLE color: 13783274.

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

Color convert

RGB 234 80 210 -
CMYK 0 0.66 0.10 0.08
HSL 309.35º 0.79% 0.62% -
HSV(B) 309.35º 0.66% 0.92% -
XYZ 48.43 27.88 63.8 -
YUV 140.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 234 80 210 0 0.66 0.10 0.08 309.35 0.79 0.62
Hex EA 50 D2 0 42 A 8 135 4F 3E
Octal 352 120 322 0 102 12 10 465 117 76
Binary 11101010 1010000 11010010 0 1000010 1010 1000 100110101 1001111 111110

Color Harmonies of #EA50D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50D2

Black with #EA50D2

Text Example


Text Example

White with #EA50D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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