Html Css Color HEX #EF58ED Free Speech Magenta

📋 copy color: '#EF58ED'

red 239 ◦ green 88 ◦ blue 237

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

Shades of Free Speech Magenta #EF58ED

Tints of Free Speech Magenta #EF58ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 42.38%
G = 15.6%
B = 42.02%

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

#EF58ED (or 0xEF58ED) is known color: Free Speech Magenta. HEX triplet: EF, 58 and ED. RGB value is (239,88,237). Sum of RGB (Red+Green+Blue) = 239+88+237=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58ED is #10A712. Grayscale: #959595. Windows color (decimal): -1091347 or 15554799. OLE color: 15554799.

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

Color convert

RGB 239 88 237 -
CMYK 0 0.63 0.01 0.06
HSL 300.79º 0.83% 0.64% -
HSV(B) 300.79º 0.63% 0.94% -
XYZ 54.37 31.44 83.32 -
YUV 150.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 239 88 237 0 0.63 0.01 0.06 300.79 0.83 0.64
Hex EF 58 ED 0 3F 1 6 12D 53 40
Octal 357 130 355 0 77 1 6 455 123 100
Binary 11101111 1011000 11101101 0 111111 1 110 100101101 1010011 1000000

Color Harmonies of #EF58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58ED

Black with #EF58ED

Text Example


Text Example

White with #EF58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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