Html Css Color HEX #EF57EB Free Speech Magenta

📋 copy color: '#EF57EB'

red 239 ◦ green 87 ◦ blue 235

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

Shades of Free Speech Magenta #EF57EB

Tints of Free Speech Magenta #EF57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.51%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 42.6%
G = 15.51%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF57EB (or 0xEF57EB) is known color: Free Speech Magenta. HEX triplet: EF, 57 and EB. RGB value is (239,87,235). Sum of RGB (Red+Green+Blue) = 239+87+235=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57EB is #10A814. Grayscale: #949494. Windows color (decimal): -1091605 or 15423471. OLE color: 15423471.

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

Color convert

RGB 239 87 235 -
CMYK 0 0.64 0.02 0.06
HSL 301.58º 0.83% 0.64% -
HSV(B) 301.58º 0.64% 0.94% -
XYZ 54 31.17 81.77 -
YUV 149.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 239 87 235 0 0.64 0.02 0.06 301.58 0.83 0.64
Hex EF 57 EB 0 40 2 6 12E 53 40
Octal 357 127 353 0 100 2 6 456 123 100
Binary 11101111 1010111 11101011 0 1000000 10 110 100101110 1010011 1000000

Color Harmonies of #EF57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57EB

Black with #EF57EB

Text Example


Text Example

White with #EF57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57EB; }

 p { color: rgb(239,87,235); }

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

background-color css

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

 a { background-color: rgb(239,87,235); }

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

border-color css

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

 span { border-color: rgb(239,87,235); }

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