Html Css Color HEX #EF5ACF Free Speech Magenta

📋 copy color: '#EF5ACF'

red 239 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Magenta #EF5ACF

Tints of Free Speech Magenta #EF5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.79%

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 44.59%
G = 16.79%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF5ACF (or 0xEF5ACF) is known color: Free Speech Magenta. HEX triplet: EF, 5A and CF. RGB value is (239,90,207). Sum of RGB (Red+Green+Blue) = 239+90+207=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ACF is #10A530. Grayscale: #939393. Windows color (decimal): -1090865 or 13589231. OLE color: 13589231.

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

Color convert

RGB 239 90 207 -
CMYK 0 0.62 0.13 0.06
HSL 312.89º 0.82% 0.65% -
HSV(B) 312.89º 0.62% 0.94% -
XYZ 50.52 30.17 62.19 -
YUV 147.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 239 90 207 0 0.62 0.13 0.06 312.89 0.82 0.65
Hex EF 5A CF 0 3E D 6 139 52 41
Octal 357 132 317 0 76 15 6 471 122 101
Binary 11101111 1011010 11001111 0 111110 1101 110 100111001 1010010 1000001

Color Harmonies of #EF5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ACF

Black with #EF5ACF

Text Example


Text Example

White with #EF5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ACF; }

 p { color: rgb(239,90,207); }

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

background-color css

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

 a { background-color: rgb(239,90,207); }

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

border-color css

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

 span { border-color: rgb(239,90,207); }

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