Html Css Color HEX #EF53E7 Free Speech Magenta

📋 copy color: '#EF53E7'

red 239 ◦ green 83 ◦ blue 231

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

Shades of Free Speech Magenta #EF53E7

Tints of Free Speech Magenta #EF53E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 43.22%
G = 15.01%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF53E7 (or 0xEF53E7) is known color: Free Speech Magenta. HEX triplet: EF, 53 and E7. RGB value is (239,83,231). Sum of RGB (Red+Green+Blue) = 239+83+231=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53E7 is #10AC18. Grayscale: #929292. Windows color (decimal): -1092633 or 15160303. OLE color: 15160303.

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

Color convert

RGB 239 83 231 -
CMYK 0 0.65 0.03 0.06
HSL 303.08º 0.83% 0.63% -
HSV(B) 303.08º 0.65% 0.94% -
XYZ 53.11 30.31 78.65 -
YUV 146.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 239 83 231 0 0.65 0.03 0.06 303.08 0.83 0.63
Hex EF 53 E7 0 41 3 6 12F 53 3F
Octal 357 123 347 0 101 3 6 457 123 77
Binary 11101111 1010011 11100111 0 1000001 11 110 100101111 1010011 111111

Color Harmonies of #EF53E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53E7

Black with #EF53E7

Text Example


Text Example

White with #EF53E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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