Html Css Color HEX #EF5FE1 Free Speech Magenta

📋 copy color: '#EF5FE1'

red 239 ◦ green 95 ◦ blue 225

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

Shades of Free Speech Magenta #EF5FE1

Tints of Free Speech Magenta #EF5FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 42.75%
G = 16.99%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF5FE1 (or 0xEF5FE1) is known color: Free Speech Magenta. HEX triplet: EF, 5F and E1. RGB value is (239,95,225). Sum of RGB (Red+Green+Blue) = 239+95+225=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FE1 is #10A01E. Grayscale: #989898. Windows color (decimal): -1089567 or 14770159. OLE color: 14770159.

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

Color convert

RGB 239 95 225 -
CMYK 0 0.60 0.06 0.06
HSL 305.83º 0.82% 0.65% -
HSV(B) 305.83º 0.6% 0.94% -
XYZ 53.28 31.97 74.6 -
YUV 152.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 239 95 225 0 0.60 0.06 0.06 305.83 0.82 0.65
Hex EF 5F E1 0 3C 6 6 132 52 41
Octal 357 137 341 0 74 6 6 462 122 101
Binary 11101111 1011111 11100001 0 111100 110 110 100110010 1010010 1000001

Color Harmonies of #EF5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FE1

Black with #EF5FE1

Text Example


Text Example

White with #EF5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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