Html Css Color HEX #EF52DF Free Speech Magenta

📋 copy color: '#EF52DF'

red 239 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Magenta #EF52DF

Tints of Free Speech Magenta #EF52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 43.93%
G = 15.07%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF52DF (or 0xEF52DF) is known color: Free Speech Magenta. HEX triplet: EF, 52 and DF. RGB value is (239,82,223). Sum of RGB (Red+Green+Blue) = 239+82+223=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52DF is #10AD20. Grayscale: #909090. Windows color (decimal): -1092897 or 14635759. OLE color: 14635759.

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

Color convert

RGB 239 82 223 -
CMYK 0 0.66 0.07 0.06
HSL 306.11º 0.83% 0.63% -
HSV(B) 306.11º 0.66% 0.94% -
XYZ 51.93 29.71 72.81 -
YUV 145.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 239 82 223 0 0.66 0.07 0.06 306.11 0.83 0.63
Hex EF 52 DF 0 42 7 6 132 53 3F
Octal 357 122 337 0 102 7 6 462 123 77
Binary 11101111 1010010 11011111 0 1000010 111 110 100110010 1010011 111111

Color Harmonies of #EF52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52DF

Black with #EF52DF

Text Example


Text Example

White with #EF52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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