Html Css Color HEX #EF50E2 Free Speech Magenta

📋 copy color: '#EF50E2'

red 239 ◦ green 80 ◦ blue 226

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

Shades of Free Speech Magenta #EF50E2

Tints of Free Speech Magenta #EF50E2

RGB

 RED value IS 239 (93.75% from 255) = 43.85%

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

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 43.85%
G = 14.68%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF50E2 (or 0xEF50E2) is known color: Free Speech Magenta. HEX triplet: EF, 50 and E2. RGB value is (239,80,226). Sum of RGB (Red+Green+Blue) = 239+80+226=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50E2 is #10AF1D. Grayscale: #8F8F8F. Windows color (decimal): -1093406 or 14831855. OLE color: 14831855.

HSL color Cylindrical-coordinate representation of color #EF50E2: hue angle of 304.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50E2 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 226 -
CMYK 0 0.67 0.05 0.06
HSL 304.91º 0.83% 0.63% -
HSV(B) 304.91º 0.67% 0.94% -
XYZ 52.19 29.58 74.91 -
YUV 144.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 239 80 226 0 0.67 0.05 0.06 304.91 0.83 0.63
Hex EF 50 E2 0 43 5 6 131 53 3F
Octal 357 120 342 0 103 5 6 461 123 77
Binary 11101111 1010000 11100010 0 1000011 101 110 100110001 1010011 111111

Color Harmonies of #EF50E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50E2

Black with #EF50E2

Text Example


Text Example

White with #EF50E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50E2; }

 p { color: rgb(239,80,226); }

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

background-color css

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

 a { background-color: rgb(239,80,226); }

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

border-color css

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

 span { border-color: rgb(239,80,226); }

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