Html Css Color HEX #EF52D2 Free Speech Magenta

📋 copy color: '#EF52D2'

red 239 ◦ green 82 ◦ blue 210

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

Shades of Free Speech Magenta #EF52D2

Tints of Free Speech Magenta #EF52D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.55%

R = 45.01%
G = 15.44%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF52D2 (or 0xEF52D2) is known color: Free Speech Magenta. HEX triplet: EF, 52 and D2. RGB value is (239,82,210). Sum of RGB (Red+Green+Blue) = 239+82+210=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52D2 is #10AD2D. Grayscale: #8F8F8F. Windows color (decimal): -1092910 or 13783791. OLE color: 13783791.

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

Color convert

RGB 239 82 210 -
CMYK 0 0.66 0.12 0.06
HSL 311.08º 0.83% 0.63% -
HSV(B) 311.08º 0.66% 0.94% -
XYZ 50.25 29.04 63.93 -
YUV 143.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 239 82 210 0 0.66 0.12 0.06 311.08 0.83 0.63
Hex EF 52 D2 0 42 C 6 137 53 3F
Octal 357 122 322 0 102 14 6 467 123 77
Binary 11101111 1010010 11010010 0 1000010 1100 110 100110111 1010011 111111

Color Harmonies of #EF52D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52D2

Black with #EF52D2

Text Example


Text Example

White with #EF52D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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