Html Css Color HEX #EF57ED Free Speech Magenta

📋 copy color: '#EF57ED'

red 239 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #EF57ED

Tints of Free Speech Magenta #EF57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 42.45%
G = 15.45%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF57ED (or 0xEF57ED) is known color: Free Speech Magenta. HEX triplet: EF, 57 and ED. RGB value is (239,87,237). Sum of RGB (Red+Green+Blue) = 239+87+237=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57ED is #10A812. Grayscale: #959595. Windows color (decimal): -1091603 or 15554543. OLE color: 15554543.

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

Color convert

RGB 239 87 237 -
CMYK 0 0.64 0.01 0.06
HSL 300.79º 0.83% 0.64% -
HSV(B) 300.79º 0.64% 0.94% -
XYZ 54.29 31.28 83.3 -
YUV 149.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 239 87 237 0 0.64 0.01 0.06 300.79 0.83 0.64
Hex EF 57 ED 0 40 1 6 12D 53 40
Octal 357 127 355 0 100 1 6 455 123 100
Binary 11101111 1010111 11101101 0 1000000 1 110 100101101 1010011 1000000

Color Harmonies of #EF57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57ED

Black with #EF57ED

Text Example


Text Example

White with #EF57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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