Html Css Color HEX #EF50D0 Free Speech Magenta

📋 copy color: '#EF50D0'

red 239 ◦ green 80 ◦ blue 208

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

Shades of Free Speech Magenta #EF50D0

Tints of Free Speech Magenta #EF50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.47%

R = 45.35%
G = 15.18%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF50D0 (or 0xEF50D0) is known color: Free Speech Magenta. HEX triplet: EF, 50 and D0. RGB value is (239,80,208). Sum of RGB (Red+Green+Blue) = 239+80+208=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50D0 is #10AF2F. Grayscale: #8D8D8D. Windows color (decimal): -1093424 or 13652207. OLE color: 13652207.

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

Color convert

RGB 239 80 208 -
CMYK 0 0.67 0.13 0.06
HSL 311.7º 0.83% 0.63% -
HSV(B) 311.7º 0.67% 0.94% -
XYZ 49.85 28.64 62.58 -
YUV 142.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 239 80 208 0 0.67 0.13 0.06 311.7 0.83 0.63
Hex EF 50 D0 0 43 D 6 138 53 3F
Octal 357 120 320 0 103 15 6 470 123 77
Binary 11101111 1010000 11010000 0 1000011 1101 110 100111000 1010011 111111

Color Harmonies of #EF50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50D0

Black with #EF50D0

Text Example


Text Example

White with #EF50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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