Html Css Color HEX #EF57C5 Free Speech Magenta

📋 copy color: '#EF57C5'

red 239 ◦ green 87 ◦ blue 197

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

Shades of Free Speech Magenta #EF57C5

Tints of Free Speech Magenta #EF57C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 45.7%
G = 16.63%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF57C5 (or 0xEF57C5) is known color: Free Speech Magenta. HEX triplet: EF, 57 and C5. RGB value is (239,87,197). Sum of RGB (Red+Green+Blue) = 239+87+197=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57C5 is #10A83A. Grayscale: #909090. Windows color (decimal): -1091643 or 12933103. OLE color: 12933103.

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

Color convert

RGB 239 87 197 -
CMYK 0 0.64 0.18 0.06
HSL 316.58º 0.83% 0.64% -
HSV(B) 316.58º 0.64% 0.94% -
XYZ 49.08 29.2 55.87 -
YUV 144.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 239 87 197 0 0.64 0.18 0.06 316.58 0.83 0.64
Hex EF 57 C5 0 40 12 6 13D 53 40
Octal 357 127 305 0 100 22 6 475 123 100
Binary 11101111 1010111 11000101 0 1000000 10010 110 100111101 1010011 1000000

Color Harmonies of #EF57C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57C5

Black with #EF57C5

Text Example


Text Example

White with #EF57C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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