Html Css Color HEX #EF58C5 Free Speech Magenta

📋 copy color: '#EF58C5'

red 239 ◦ green 88 ◦ blue 197

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

Shades of Free Speech Magenta #EF58C5

Tints of Free Speech Magenta #EF58C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 45.61%
G = 16.79%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF58C5 (or 0xEF58C5) is known color: Free Speech Magenta. HEX triplet: EF, 58 and C5. RGB value is (239,88,197). Sum of RGB (Red+Green+Blue) = 239+88+197=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58C5 is #10A73A. Grayscale: #919191. Windows color (decimal): -1091387 or 12933359. OLE color: 12933359.

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

Color convert

RGB 239 88 197 -
CMYK 0 0.63 0.18 0.06
HSL 316.69º 0.83% 0.64% -
HSV(B) 316.69º 0.63% 0.94% -
XYZ 49.16 29.36 55.9 -
YUV 145.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 239 88 197 0 0.63 0.18 0.06 316.69 0.83 0.64
Hex EF 58 C5 0 3F 12 6 13D 53 40
Octal 357 130 305 0 77 22 6 475 123 100
Binary 11101111 1011000 11000101 0 111111 10010 110 100111101 1010011 1000000

Color Harmonies of #EF58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58C5

Black with #EF58C5

Text Example


Text Example

White with #EF58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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