Html Css Color HEX #EF52E6 Free Speech Magenta

📋 copy color: '#EF52E6'

red 239 ◦ green 82 ◦ blue 230

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

Shades of Free Speech Magenta #EF52E6

Tints of Free Speech Magenta #EF52E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 43.38%
G = 14.88%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF52E6 (or 0xEF52E6) is known color: Free Speech Magenta. HEX triplet: EF, 52 and E6. RGB value is (239,82,230). Sum of RGB (Red+Green+Blue) = 239+82+230=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52E6 is #10AD19. Grayscale: #919191. Windows color (decimal): -1092890 or 15094511. OLE color: 15094511.

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

Color convert

RGB 239 82 230 -
CMYK 0 0.66 0.04 0.06
HSL 303.44º 0.83% 0.63% -
HSV(B) 303.44º 0.66% 0.94% -
XYZ 52.9 30.1 77.88 -
YUV 145.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 239 82 230 0 0.66 0.04 0.06 303.44 0.83 0.63
Hex EF 52 E6 0 42 4 6 12F 53 3F
Octal 357 122 346 0 102 4 6 457 123 77
Binary 11101111 1010010 11100110 0 1000010 100 110 100101111 1010011 111111

Color Harmonies of #EF52E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52E6

Black with #EF52E6

Text Example


Text Example

White with #EF52E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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