Html Css Color HEX #EF52D1 Free Speech Magenta

📋 copy color: '#EF52D1'

red 239 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #EF52D1

Tints of Free Speech Magenta #EF52D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.43%

R = 45.09%
G = 15.47%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF52D1 (or 0xEF52D1) is known color: Free Speech Magenta. HEX triplet: EF, 52 and D1. RGB value is (239,82,209). Sum of RGB (Red+Green+Blue) = 239+82+209=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52D1 is #10AD2E. Grayscale: #8F8F8F. Windows color (decimal): -1092911 or 13718255. OLE color: 13718255.

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

Color convert

RGB 239 82 209 -
CMYK 0 0.66 0.13 0.06
HSL 311.47º 0.83% 0.63% -
HSV(B) 311.47º 0.66% 0.94% -
XYZ 50.12 28.99 63.28 -
YUV 143.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 239 82 209 0 0.66 0.13 0.06 311.47 0.83 0.63
Hex EF 52 D1 0 42 D 6 137 53 3F
Octal 357 122 321 0 102 15 6 467 123 77
Binary 11101111 1010010 11010001 0 1000010 1101 110 100110111 1010011 111111

Color Harmonies of #EF52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52D1

Black with #EF52D1

Text Example


Text Example

White with #EF52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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