Html Css Color HEX #EF55D8 Free Speech Magenta

📋 copy color: '#EF55D8'

red 239 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #EF55D8

Tints of Free Speech Magenta #EF55D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40%

R = 44.26%
G = 15.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF55D8 (or 0xEF55D8) is known color: Free Speech Magenta. HEX triplet: EF, 55 and D8. RGB value is (239,85,216). Sum of RGB (Red+Green+Blue) = 239+85+216=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55D8 is #10AA27. Grayscale: #919191. Windows color (decimal): -1092136 or 14177775. OLE color: 14177775.

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

Color convert

RGB 239 85 216 -
CMYK 0 0.64 0.10 0.06
HSL 308.96º 0.83% 0.64% -
HSV(B) 308.96º 0.64% 0.94% -
XYZ 51.24 29.81 68.02 -
YUV 145.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 239 85 216 0 0.64 0.10 0.06 308.96 0.83 0.64
Hex EF 55 D8 0 40 A 6 135 53 40
Octal 357 125 330 0 100 12 6 465 123 100
Binary 11101111 1010101 11011000 0 1000000 1010 110 100110101 1010011 1000000

Color Harmonies of #EF55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55D8

Black with #EF55D8

Text Example


Text Example

White with #EF55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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