Html Css Color HEX #EF50CE Free Speech Magenta

📋 copy color: '#EF50CE'

red 239 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #EF50CE

Tints of Free Speech Magenta #EF50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.24%

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 45.52%
G = 15.24%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF50CE (or 0xEF50CE) is known color: Free Speech Magenta. HEX triplet: EF, 50 and CE. RGB value is (239,80,206). Sum of RGB (Red+Green+Blue) = 239+80+206=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50CE is #10AF31. Grayscale: #8D8D8D. Windows color (decimal): -1093426 or 13521135. OLE color: 13521135.

HSL color Cylindrical-coordinate representation of color #EF50CE: hue angle of 312.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50CE is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 206 -
CMYK 0 0.67 0.14 0.06
HSL 312.45º 0.83% 0.63% -
HSV(B) 312.45º 0.67% 0.94% -
XYZ 49.61 28.54 61.29 -
YUV 141.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 239 80 206 0 0.67 0.14 0.06 312.45 0.83 0.63
Hex EF 50 CE 0 43 E 6 138 53 3F
Octal 357 120 316 0 103 16 6 470 123 77
Binary 11101111 1010000 11001110 0 1000011 1110 110 100111000 1010011 111111

Color Harmonies of #EF50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50CE

Black with #EF50CE

Text Example


Text Example

White with #EF50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50CE; }

 p { color: rgb(239,80,206); }

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

background-color css

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

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

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

border-color css

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

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

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