Html Css Color HEX #EF52EF Free Speech Magenta

📋 copy color: '#EF52EF'

red 239 ◦ green 82 ◦ blue 239

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

Shades of Free Speech Magenta #EF52EF

Tints of Free Speech Magenta #EF52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 42.68%
G = 14.64%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF52EF (or 0xEF52EF) is known color: Free Speech Magenta. HEX triplet: EF, 52 and EF. RGB value is (239,82,239). Sum of RGB (Red+Green+Blue) = 239+82+239=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF52EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52EF is #10AD10. Grayscale: #929292. Windows color (decimal): -1092881 or 15684335. OLE color: 15684335.

HSL color Cylindrical-coordinate representation of color #EF52EF: hue angle of 300º degrees, saturation: 0.83, 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 #EF52EF is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 239 -
CMYK 0 0.66 0 0.06
HSL 300º 0.83% 0.63% -
HSV(B) 300º 0.66% 0.94% -
XYZ 54.19 30.62 84.71 -
YUV 146.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 239 82 239 0 0.66 0 0.06 300 0.83 0.63
Hex EF 52 EF 0 42 0 6 12C 53 3F
Octal 357 122 357 0 102 0 6 454 123 77
Binary 11101111 1010010 11101111 0 1000010 0 110 100101100 1010011 111111

Color Harmonies of #EF52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52EF

Black with #EF52EF

Text Example


Text Example

White with #EF52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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