Html Css Color HEX #EF55C8 Free Speech Magenta

📋 copy color: '#EF55C8'

red 239 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #EF55C8

Tints of Free Speech Magenta #EF55C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 45.61%
G = 16.22%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF55C8 (or 0xEF55C8) is known color: Free Speech Magenta. HEX triplet: EF, 55 and C8. RGB value is (239,85,200). Sum of RGB (Red+Green+Blue) = 239+85+200=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55C8 is #10AA37. Grayscale: #8F8F8F. Windows color (decimal): -1092152 or 13129199. OLE color: 13129199.

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

Color convert

RGB 239 85 200 -
CMYK 0 0.64 0.16 0.06
HSL 315.19º 0.83% 0.64% -
HSV(B) 315.19º 0.64% 0.94% -
XYZ 49.27 29.02 57.65 -
YUV 144.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 239 85 200 0 0.64 0.16 0.06 315.19 0.83 0.64
Hex EF 55 C8 0 40 10 6 13B 53 40
Octal 357 125 310 0 100 20 6 473 123 100
Binary 11101111 1010101 11001000 0 1000000 10000 110 100111011 1010011 1000000

Color Harmonies of #EF55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55C8

Black with #EF55C8

Text Example


Text Example

White with #EF55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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