Html Css Color HEX #EF4EC4 Free Speech Magenta

📋 copy color: '#EF4EC4'

red 239 ◦ green 78 ◦ blue 196

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

Shades of Free Speech Magenta #EF4EC4

Tints of Free Speech Magenta #EF4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 46.59%
G = 15.2%
B = 38.21%

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

#EF4EC4 (or 0xEF4EC4) is known color: Free Speech Magenta. HEX triplet: EF, 4E and C4. RGB value is (239,78,196). Sum of RGB (Red+Green+Blue) = 239+78+196=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EC4 is #10B13B. Grayscale: #8B8B8B. Windows color (decimal): -1093948 or 12865263. OLE color: 12865263.

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

Color convert

RGB 239 78 196 -
CMYK 0 0.67 0.18 0.06
HSL 316.02º 0.83% 0.62% -
HSV(B) 316.02º 0.67% 0.94% -
XYZ 48.28 27.79 55.04 -
YUV 139.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 239 78 196 0 0.67 0.18 0.06 316.02 0.83 0.62
Hex EF 4E C4 0 43 12 6 13C 53 3E
Octal 357 116 304 0 103 22 6 474 123 76
Binary 11101111 1001110 11000100 0 1000011 10010 110 100111100 1010011 111110

Color Harmonies of #EF4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EC4

Black with #EF4EC4

Text Example


Text Example

White with #EF4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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