Html Css Color HEX #EF55D9 Free Speech Magenta

📋 copy color: '#EF55D9'

red 239 ◦ green 85 ◦ blue 217

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

Shades of Free Speech Magenta #EF55D9

Tints of Free Speech Magenta #EF55D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 44.18%
G = 15.71%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF55D9 (or 0xEF55D9) is known color: Free Speech Magenta. HEX triplet: EF, 55 and D9. RGB value is (239,85,217). Sum of RGB (Red+Green+Blue) = 239+85+217=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55D9 is #10AA26. Grayscale: #919191. Windows color (decimal): -1092135 or 14243311. OLE color: 14243311.

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

Color convert

RGB 239 85 217 -
CMYK 0 0.64 0.09 0.06
HSL 308.57º 0.83% 0.64% -
HSV(B) 308.57º 0.64% 0.94% -
XYZ 51.37 29.86 68.7 -
YUV 146.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 239 85 217 0 0.64 0.09 0.06 308.57 0.83 0.64
Hex EF 55 D9 0 40 9 6 135 53 40
Octal 357 125 331 0 100 11 6 465 123 100
Binary 11101111 1010101 11011001 0 1000000 1001 110 100110101 1010011 1000000

Color Harmonies of #EF55D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55D9

Black with #EF55D9

Text Example


Text Example

White with #EF55D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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