Html Css Color HEX #EF58E7 Free Speech Magenta

📋 copy color: '#EF58E7'

red 239 ◦ green 88 ◦ blue 231

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

Shades of Free Speech Magenta #EF58E7

Tints of Free Speech Magenta #EF58E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 42.83%
G = 15.77%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF58E7 (or 0xEF58E7) is known color: Free Speech Magenta. HEX triplet: EF, 58 and E7. RGB value is (239,88,231). Sum of RGB (Red+Green+Blue) = 239+88+231=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58E7 is #10A718. Grayscale: #959595. Windows color (decimal): -1091353 or 15161583. OLE color: 15161583.

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

Color convert

RGB 239 88 231 -
CMYK 0 0.63 0.03 0.06
HSL 303.18º 0.83% 0.64% -
HSV(B) 303.18º 0.63% 0.94% -
XYZ 53.51 31.1 78.78 -
YUV 149.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 239 88 231 0 0.63 0.03 0.06 303.18 0.83 0.64
Hex EF 58 E7 0 3F 3 6 12F 53 40
Octal 357 130 347 0 77 3 6 457 123 100
Binary 11101111 1011000 11100111 0 111111 11 110 100101111 1010011 1000000

Color Harmonies of #EF58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58E7

Black with #EF58E7

Text Example


Text Example

White with #EF58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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