Html Css Color HEX #EF58E4 Free Speech Magenta

📋 copy color: '#EF58E4'

red 239 ◦ green 88 ◦ blue 228

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

Shades of Free Speech Magenta #EF58E4

Tints of Free Speech Magenta #EF58E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 43.06%
G = 15.86%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF58E4 (or 0xEF58E4) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E4. RGB value is (239,88,228). Sum of RGB (Red+Green+Blue) = 239+88+228=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58E4 is #10A71B. Grayscale: #949494. Windows color (decimal): -1091356 or 14964975. OLE color: 14964975.

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

Color convert

RGB 239 88 228 -
CMYK 0 0.63 0.05 0.06
HSL 304.37º 0.83% 0.64% -
HSV(B) 304.37º 0.63% 0.94% -
XYZ 53.09 30.93 76.57 -
YUV 149.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 239 88 228 0 0.63 0.05 0.06 304.37 0.83 0.64
Hex EF 58 E4 0 3F 5 6 130 53 40
Octal 357 130 344 0 77 5 6 460 123 100
Binary 11101111 1011000 11100100 0 111111 101 110 100110000 1010011 1000000

Color Harmonies of #EF58E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58E4

Black with #EF58E4

Text Example


Text Example

White with #EF58E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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