Html Css Color HEX #EF4EE5 Free Speech Magenta

📋 copy color: '#EF4EE5'

red 239 ◦ green 78 ◦ blue 229

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

Shades of Free Speech Magenta #EF4EE5

Tints of Free Speech Magenta #EF4EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 43.77%
G = 14.29%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF4EE5 (or 0xEF4EE5) is known color: Free Speech Magenta. HEX triplet: EF, 4E and E5. RGB value is (239,78,229). Sum of RGB (Red+Green+Blue) = 239+78+229=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EE5 is #10B11A. Grayscale: #8E8E8E. Windows color (decimal): -1093915 or 15027951. OLE color: 15027951.

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

Color convert

RGB 239 78 229 -
CMYK 0 0.67 0.04 0.06
HSL 303.73º 0.83% 0.62% -
HSV(B) 303.73º 0.67% 0.94% -
XYZ 52.46 29.46 77.05 -
YUV 143.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 239 78 229 0 0.67 0.04 0.06 303.73 0.83 0.62
Hex EF 4E E5 0 43 4 6 130 53 3E
Octal 357 116 345 0 103 4 6 460 123 76
Binary 11101111 1001110 11100101 0 1000011 100 110 100110000 1010011 111110

Color Harmonies of #EF4EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EE5

Black with #EF4EE5

Text Example


Text Example

White with #EF4EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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