Html Css Color HEX #EF4EC5 Free Speech Magenta

📋 copy color: '#EF4EC5'

red 239 ◦ green 78 ◦ blue 197

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

Shades of Free Speech Magenta #EF4EC5

Tints of Free Speech Magenta #EF4EC5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.18%

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

R = 46.5%
G = 15.18%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF4EC5 (or 0xEF4EC5) is known color: Free Speech Magenta. HEX triplet: EF, 4E and C5. RGB value is (239,78,197). Sum of RGB (Red+Green+Blue) = 239+78+197=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EC5 is #10B13A. Grayscale: #8B8B8B. Windows color (decimal): -1093947 or 12930799. OLE color: 12930799.

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

Color convert

RGB 239 78 197 -
CMYK 0 0.67 0.18 0.06
HSL 315.65º 0.83% 0.62% -
HSV(B) 315.65º 0.67% 0.94% -
XYZ 48.4 27.83 55.64 -
YUV 139.71 160.34 198.82 -
System Red Green Blue C M Y K H S L
Decimal 239 78 197 0 0.67 0.18 0.06 315.65 0.83 0.62
Hex EF 4E C5 0 43 12 6 13C 53 3E
Octal 357 116 305 0 103 22 6 474 123 76
Binary 11101111 1001110 11000101 0 1000011 10010 110 100111100 1010011 111110

Color Harmonies of #EF4EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EC5

Black with #EF4EC5

Text Example


Text Example

White with #EF4EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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