Html Css Color HEX #EF57D5 Free Speech Magenta

📋 copy color: '#EF57D5'

red 239 ◦ green 87 ◦ blue 213

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

Shades of Free Speech Magenta #EF57D5

Tints of Free Speech Magenta #EF57D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 44.34%
G = 16.14%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF57D5 (or 0xEF57D5) is known color: Free Speech Magenta. HEX triplet: EF, 57 and D5. RGB value is (239,87,213). Sum of RGB (Red+Green+Blue) = 239+87+213=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57D5 is #10A82A. Grayscale: #929292. Windows color (decimal): -1091627 or 13981679. OLE color: 13981679.

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

Color convert

RGB 239 87 213 -
CMYK 0 0.64 0.11 0.06
HSL 310.26º 0.83% 0.64% -
HSV(B) 310.26º 0.64% 0.94% -
XYZ 51.02 29.97 66.05 -
YUV 146.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 239 87 213 0 0.64 0.11 0.06 310.26 0.83 0.64
Hex EF 57 D5 0 40 B 6 136 53 40
Octal 357 127 325 0 100 13 6 466 123 100
Binary 11101111 1010111 11010101 0 1000000 1011 110 100110110 1010011 1000000

Color Harmonies of #EF57D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57D5

Black with #EF57D5

Text Example


Text Example

White with #EF57D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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