Html Css Color HEX #EF5FE9 Free Speech Magenta

📋 copy color: '#EF5FE9'

red 239 ◦ green 95 ◦ blue 233

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

Shades of Free Speech Magenta #EF5FE9

Tints of Free Speech Magenta #EF5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 42.15%
G = 16.75%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF5FE9 (or 0xEF5FE9) is known color: Free Speech Magenta. HEX triplet: EF, 5F and E9. RGB value is (239,95,233). Sum of RGB (Red+Green+Blue) = 239+95+233=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FE9 is #10A016. Grayscale: #999999. Windows color (decimal): -1089559 or 15294447. OLE color: 15294447.

HSL color Cylindrical-coordinate representation of color #EF5FE9: hue angle of 302.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FE9 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 233 -
CMYK 0 0.60 0.03 0.06
HSL 302.5º 0.82% 0.65% -
HSV(B) 302.5º 0.6% 0.94% -
XYZ 54.4 32.42 80.48 -
YUV 153.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 239 95 233 0 0.60 0.03 0.06 302.5 0.82 0.65
Hex EF 5F E9 0 3C 3 6 12E 52 41
Octal 357 137 351 0 74 3 6 456 122 101
Binary 11101111 1011111 11101001 0 111100 11 110 100101110 1010010 1000001

Color Harmonies of #EF5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FE9

Black with #EF5FE9

Text Example


Text Example

White with #EF5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FE9; }

 p { color: rgb(239,95,233); }

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

background-color css

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

 a { background-color: rgb(239,95,233); }

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

border-color css

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

 span { border-color: rgb(239,95,233); }

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