Html Css Color HEX #EF52F0 Free Speech Magenta

📋 copy color: '#EF52F0'

red 239 ◦ green 82 ◦ blue 240

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

Shades of Free Speech Magenta #EF52F0

Tints of Free Speech Magenta #EF52F0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.62%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 42.6%
G = 14.62%
B = 42.78%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF52F0 (or 0xEF52F0) is known color: Free Speech Magenta. HEX triplet: EF, 52 and F0. RGB value is (239,82,240). Sum of RGB (Red+Green+Blue) = 239+82+240=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF52F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52F0 is #10AD0F. Grayscale: #929292. Windows color (decimal): -1092880 or 15749871. OLE color: 15749871.

HSL color Cylindrical-coordinate representation of color #EF52F0: hue angle of 299.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52F0 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 240 -
CMYK 0.00 0.66 0 0.06
HSL 299.62º 0.84% 0.63% -
HSV(B) 299.62º 0.66% 0.94% -
XYZ 54.34 30.68 85.5 -
YUV 146.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 239 82 240 0.00 0.66 0 0.06 299.62 0.84 0.63
Hex EF 52 F0 0 42 0 6 12C 54 3F
Octal 357 122 360 0 102 0 6 454 124 77
Binary 11101111 1010010 11110000 0 1000010 0 110 100101100 1010100 111111

Color Harmonies of #EF52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52F0

Black with #EF52F0

Text Example


Text Example

White with #EF52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52F0; }

 p { color: rgb(239,82,240); }

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

background-color css

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

 a { background-color: rgb(239,82,240); }

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

border-color css

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

 span { border-color: rgb(239,82,240); }

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