Html Css Color HEX #EF53EE Free Speech Magenta

📋 copy color: '#EF53EE'

red 239 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #EF53EE

Tints of Free Speech Magenta #EF53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.82%

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 42.68%
G = 14.82%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF53EE (or 0xEF53EE) is known color: Free Speech Magenta. HEX triplet: EF, 53 and EE. RGB value is (239,83,238). Sum of RGB (Red+Green+Blue) = 239+83+238=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53EE is #10AC11. Grayscale: #929292. Windows color (decimal): -1092626 or 15619055. OLE color: 15619055.

HSL color Cylindrical-coordinate representation of color #EF53EE: hue angle of 300.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF53EE is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 83 238 -
CMYK 0 0.65 0.00 0.06
HSL 300.38º 0.83% 0.63% -
HSV(B) 300.38º 0.65% 0.94% -
XYZ 54.12 30.71 83.96 -
YUV 147.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 239 83 238 0 0.65 0.00 0.06 300.38 0.83 0.63
Hex EF 53 EE 0 41 0 6 12C 53 3F
Octal 357 123 356 0 101 0 6 454 123 77
Binary 11101111 1010011 11101110 0 1000001 0 110 100101100 1010011 111111

Color Harmonies of #EF53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53EE

Black with #EF53EE

Text Example


Text Example

White with #EF53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53EE; }

 p { color: rgb(239,83,238); }

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

background-color css

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

 a { background-color: rgb(239,83,238); }

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

border-color css

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

 span { border-color: rgb(239,83,238); }

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