Html Css Color HEX #EF55E5 Free Speech Magenta

📋 copy color: '#EF55E5'

red 239 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #EF55E5

Tints of Free Speech Magenta #EF55E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

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

R = 43.22%
G = 15.37%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF55E5 (or 0xEF55E5) is known color: Free Speech Magenta. HEX triplet: EF, 55 and E5. RGB value is (239,85,229). Sum of RGB (Red+Green+Blue) = 239+85+229=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55E5 is #10AA1A. Grayscale: #939393. Windows color (decimal): -1092123 or 15029743. OLE color: 15029743.

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

Color convert

RGB 239 85 229 -
CMYK 0 0.64 0.04 0.06
HSL 303.9º 0.83% 0.64% -
HSV(B) 303.9º 0.64% 0.94% -
XYZ 52.99 30.5 77.22 -
YUV 147.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 239 85 229 0 0.64 0.04 0.06 303.9 0.83 0.64
Hex EF 55 E5 0 40 4 6 130 53 40
Octal 357 125 345 0 100 4 6 460 123 100
Binary 11101111 1010101 11100101 0 1000000 100 110 100110000 1010011 1000000

Color Harmonies of #EF55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55E5

Black with #EF55E5

Text Example


Text Example

White with #EF55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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