Html Css Color HEX #EF52C6 Free Speech Magenta

📋 copy color: '#EF52C6'

red 239 ◦ green 82 ◦ blue 198

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

Shades of Free Speech Magenta #EF52C6

Tints of Free Speech Magenta #EF52C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 46.05%
G = 15.8%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF52C6 (or 0xEF52C6) is known color: Free Speech Magenta. HEX triplet: EF, 52 and C6. RGB value is (239,82,198). Sum of RGB (Red+Green+Blue) = 239+82+198=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52C6 is #10AD39. Grayscale: #8D8D8D. Windows color (decimal): -1092922 or 12997359. OLE color: 12997359.

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

Color convert

RGB 239 82 198 -
CMYK 0 0.66 0.17 0.06
HSL 315.67º 0.83% 0.63% -
HSV(B) 315.67º 0.66% 0.94% -
XYZ 48.81 28.46 56.35 -
YUV 142.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 239 82 198 0 0.66 0.17 0.06 315.67 0.83 0.63
Hex EF 52 C6 0 42 11 6 13C 53 3F
Octal 357 122 306 0 102 21 6 474 123 77
Binary 11101111 1010010 11000110 0 1000010 10001 110 100111100 1010011 111111

Color Harmonies of #EF52C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52C6

Black with #EF52C6

Text Example


Text Example

White with #EF52C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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