Html Css Color HEX #EF58CF Free Speech Magenta

📋 copy color: '#EF58CF'

red 239 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Magenta #EF58CF

Tints of Free Speech Magenta #EF58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 44.76%
G = 16.48%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF58CF (or 0xEF58CF) is known color: Free Speech Magenta. HEX triplet: EF, 58 and CF. RGB value is (239,88,207). Sum of RGB (Red+Green+Blue) = 239+88+207=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58CF is #10A730. Grayscale: #929292. Windows color (decimal): -1091377 or 13588719. OLE color: 13588719.

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

Color convert

RGB 239 88 207 -
CMYK 0 0.63 0.13 0.06
HSL 312.72º 0.83% 0.64% -
HSV(B) 312.72º 0.63% 0.94% -
XYZ 50.35 29.84 62.14 -
YUV 146.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 239 88 207 0 0.63 0.13 0.06 312.72 0.83 0.64
Hex EF 58 CF 0 3F D 6 139 53 40
Octal 357 130 317 0 77 15 6 471 123 100
Binary 11101111 1011000 11001111 0 111111 1101 110 100111001 1010011 1000000

Color Harmonies of #EF58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58CF

Black with #EF58CF

Text Example


Text Example

White with #EF58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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