Html Css Color HEX #EF52D6 Free Speech Magenta

📋 copy color: '#EF52D6'

red 239 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #EF52D6

Tints of Free Speech Magenta #EF52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 44.67%
G = 15.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF52D6 (or 0xEF52D6) is known color: Free Speech Magenta. HEX triplet: EF, 52 and D6. RGB value is (239,82,214). Sum of RGB (Red+Green+Blue) = 239+82+214=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52D6 is #10AD29. Grayscale: #8F8F8F. Windows color (decimal): -1092906 or 14045935. OLE color: 14045935.

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

Color convert

RGB 239 82 214 -
CMYK 0 0.66 0.10 0.06
HSL 309.55º 0.83% 0.63% -
HSV(B) 309.55º 0.66% 0.94% -
XYZ 50.75 29.24 66.59 -
YUV 143.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 239 82 214 0 0.66 0.10 0.06 309.55 0.83 0.63
Hex EF 52 D6 0 42 A 6 136 53 3F
Octal 357 122 326 0 102 12 6 466 123 77
Binary 11101111 1010010 11010110 0 1000010 1010 110 100110110 1010011 111111

Color Harmonies of #EF52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52D6

Black with #EF52D6

Text Example


Text Example

White with #EF52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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