Html Css Color HEX #EF58EE Free Speech Magenta

📋 copy color: '#EF58EE'

red 239 ◦ green 88 ◦ blue 238

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

Shades of Free Speech Magenta #EF58EE

Tints of Free Speech Magenta #EF58EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 42.3%
G = 15.58%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF58EE (or 0xEF58EE) is known color: Free Speech Magenta. HEX triplet: EF, 58 and EE. RGB value is (239,88,238). Sum of RGB (Red+Green+Blue) = 239+88+238=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58EE is #10A711. Grayscale: #959595. Windows color (decimal): -1091346 or 15620335. OLE color: 15620335.

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

Color convert

RGB 239 88 238 -
CMYK 0 0.63 0.00 0.06
HSL 300.4º 0.83% 0.64% -
HSV(B) 300.4º 0.63% 0.94% -
XYZ 54.52 31.5 84.1 -
YUV 150.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 239 88 238 0 0.63 0.00 0.06 300.4 0.83 0.64
Hex EF 58 EE 0 3F 0 6 12C 53 40
Octal 357 130 356 0 77 0 6 454 123 100
Binary 11101111 1011000 11101110 0 111111 0 110 100101100 1010011 1000000

Color Harmonies of #EF58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58EE

Black with #EF58EE

Text Example


Text Example

White with #EF58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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