Html Css Color HEX #EF55EF Free Speech Magenta

📋 copy color: '#EF55EF'

red 239 ◦ green 85 ◦ blue 239

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

Shades of Free Speech Magenta #EF55EF

Tints of Free Speech Magenta #EF55EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 42.45%
G = 15.1%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF55EF (or 0xEF55EF) is known color: Free Speech Magenta. HEX triplet: EF, 55 and EF. RGB value is (239,85,239). Sum of RGB (Red+Green+Blue) = 239+85+239=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF55EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55EF is #10AA10. Grayscale: #949494. Windows color (decimal): -1092113 or 15685103. OLE color: 15685103.

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

Color convert

RGB 239 85 239 -
CMYK 0 0.64 0 0.06
HSL 300º 0.83% 0.64% -
HSV(B) 300º 0.64% 0.94% -
XYZ 54.43 31.08 84.79 -
YUV 148.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 239 85 239 0 0.64 0 0.06 300 0.83 0.64
Hex EF 55 EF 0 40 0 6 12C 53 40
Octal 357 125 357 0 100 0 6 454 123 100
Binary 11101111 1010101 11101111 0 1000000 0 110 100101100 1010011 1000000

Color Harmonies of #EF55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55EF

Black with #EF55EF

Text Example


Text Example

White with #EF55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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