Html Css Color HEX #EF58EC Free Speech Magenta

📋 copy color: '#EF58EC'

red 239 ◦ green 88 ◦ blue 236

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

Shades of Free Speech Magenta #EF58EC

Tints of Free Speech Magenta #EF58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.63%

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 42.45%
G = 15.63%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF58EC (or 0xEF58EC) is known color: Free Speech Magenta. HEX triplet: EF, 58 and EC. RGB value is (239,88,236). Sum of RGB (Red+Green+Blue) = 239+88+236=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58EC is #10A713. Grayscale: #959595. Windows color (decimal): -1091348 or 15489263. OLE color: 15489263.

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

Color convert

RGB 239 88 236 -
CMYK 0 0.63 0.01 0.06
HSL 301.19º 0.83% 0.64% -
HSV(B) 301.19º 0.63% 0.94% -
XYZ 54.23 31.39 82.56 -
YUV 150.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 239 88 236 0 0.63 0.01 0.06 301.19 0.83 0.64
Hex EF 58 EC 0 3F 1 6 12D 53 40
Octal 357 130 354 0 77 1 6 455 123 100
Binary 11101111 1011000 11101100 0 111111 1 110 100101101 1010011 1000000

Color Harmonies of #EF58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58EC

Black with #EF58EC

Text Example


Text Example

White with #EF58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58EC; }

 p { color: rgb(239,88,236); }

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

background-color css

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

 a { background-color: rgb(239,88,236); }

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

border-color css

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

 span { border-color: rgb(239,88,236); }

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