Html Css Color HEX #EF55D1 Free Speech Magenta

📋 copy color: '#EF55D1'

red 239 ◦ green 85 ◦ blue 209

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

Shades of Free Speech Magenta #EF55D1

Tints of Free Speech Magenta #EF55D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 44.84%
G = 15.95%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF55D1 (or 0xEF55D1) is known color: Free Speech Magenta. HEX triplet: EF, 55 and D1. RGB value is (239,85,209). Sum of RGB (Red+Green+Blue) = 239+85+209=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55D1 is #10AA2E. Grayscale: #909090. Windows color (decimal): -1092143 or 13719023. OLE color: 13719023.

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

Color convert

RGB 239 85 209 -
CMYK 0 0.64 0.13 0.06
HSL 311.69º 0.83% 0.64% -
HSV(B) 311.69º 0.64% 0.94% -
XYZ 50.35 29.45 63.35 -
YUV 145.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 239 85 209 0 0.64 0.13 0.06 311.69 0.83 0.64
Hex EF 55 D1 0 40 D 6 138 53 40
Octal 357 125 321 0 100 15 6 470 123 100
Binary 11101111 1010101 11010001 0 1000000 1101 110 100111000 1010011 1000000

Color Harmonies of #EF55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55D1

Black with #EF55D1

Text Example


Text Example

White with #EF55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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