Html Css Color HEX #EF53E6 Free Speech Magenta

📋 copy color: '#EF53E6'

red 239 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #EF53E6

Tints of Free Speech Magenta #EF53E6

RGB

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

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

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

R = 43.3%
G = 15.04%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF53E6 (or 0xEF53E6) is known color: Free Speech Magenta. HEX triplet: EF, 53 and E6. RGB value is (239,83,230). Sum of RGB (Red+Green+Blue) = 239+83+230=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53E6 is #10AC19. Grayscale: #919191. Windows color (decimal): -1092634 or 15094767. OLE color: 15094767.

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

Color convert

RGB 239 83 230 -
CMYK 0 0.65 0.04 0.06
HSL 303.46º 0.83% 0.63% -
HSV(B) 303.46º 0.65% 0.94% -
XYZ 52.97 30.25 77.91 -
YUV 146.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 239 83 230 0 0.65 0.04 0.06 303.46 0.83 0.63
Hex EF 53 E6 0 41 4 6 12F 53 3F
Octal 357 123 346 0 101 4 6 457 123 77
Binary 11101111 1010011 11100110 0 1000001 100 110 100101111 1010011 111111

Color Harmonies of #EF53E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53E6

Black with #EF53E6

Text Example


Text Example

White with #EF53E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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