Html Css Color HEX #EF58E6 Free Speech Magenta

📋 copy color: '#EF58E6'

red 239 ◦ green 88 ◦ blue 230

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

Shades of Free Speech Magenta #EF58E6

Tints of Free Speech Magenta #EF58E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 42.91%
G = 15.8%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF58E6 (or 0xEF58E6) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E6. RGB value is (239,88,230). Sum of RGB (Red+Green+Blue) = 239+88+230=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58E6 is #10A719. Grayscale: #949494. Windows color (decimal): -1091354 or 15096047. OLE color: 15096047.

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

Color convert

RGB 239 88 230 -
CMYK 0 0.63 0.04 0.06
HSL 303.58º 0.83% 0.64% -
HSV(B) 303.58º 0.63% 0.94% -
XYZ 53.37 31.04 78.04 -
YUV 149.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 239 88 230 0 0.63 0.04 0.06 303.58 0.83 0.64
Hex EF 58 E6 0 3F 4 6 130 53 40
Octal 357 130 346 0 77 4 6 460 123 100
Binary 11101111 1011000 11100110 0 111111 100 110 100110000 1010011 1000000

Color Harmonies of #EF58E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58E6

Black with #EF58E6

Text Example


Text Example

White with #EF58E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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