Html Css Color HEX #EF4DED Free Speech Magenta

📋 copy color: '#EF4DED'

red 239 ◦ green 77 ◦ blue 237

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

Shades of Free Speech Magenta #EF4DED

Tints of Free Speech Magenta #EF4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.92%

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

R = 43.22%
G = 13.92%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF4DED (or 0xEF4DED) is known color: Free Speech Magenta. HEX triplet: EF, 4D and ED. RGB value is (239,77,237). Sum of RGB (Red+Green+Blue) = 239+77+237=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DED is #10B212. Grayscale: #8F8F8F. Windows color (decimal): -1094163 or 15551983. OLE color: 15551983.

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

Color convert

RGB 239 77 237 -
CMYK 0 0.68 0.01 0.06
HSL 300.74º 0.84% 0.62% -
HSV(B) 300.74º 0.68% 0.94% -
XYZ 53.54 29.77 83.05 -
YUV 143.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 239 77 237 0 0.68 0.01 0.06 300.74 0.84 0.62
Hex EF 4D ED 0 44 1 6 12D 54 3E
Octal 357 115 355 0 104 1 6 455 124 76
Binary 11101111 1001101 11101101 0 1000100 1 110 100101101 1010100 111110

Color Harmonies of #EF4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DED

Black with #EF4DED

Text Example


Text Example

White with #EF4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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