Html Css Color HEX #EF50DD Free Speech Magenta

📋 copy color: '#EF50DD'

red 239 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #EF50DD

Tints of Free Speech Magenta #EF50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 44.26%
G = 14.81%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF50DD (or 0xEF50DD) is known color: Free Speech Magenta. HEX triplet: EF, 50 and DD. RGB value is (239,80,221). Sum of RGB (Red+Green+Blue) = 239+80+221=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50DD is #10AF22. Grayscale: #8F8F8F. Windows color (decimal): -1093411 or 14504175. OLE color: 14504175.

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

Color convert

RGB 239 80 221 -
CMYK 0 0.67 0.08 0.06
HSL 306.79º 0.83% 0.63% -
HSV(B) 306.79º 0.67% 0.94% -
XYZ 51.52 29.31 71.35 -
YUV 143.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 239 80 221 0 0.67 0.08 0.06 306.79 0.83 0.63
Hex EF 50 DD 0 43 8 6 133 53 3F
Octal 357 120 335 0 103 10 6 463 123 77
Binary 11101111 1010000 11011101 0 1000011 1000 110 100110011 1010011 111111

Color Harmonies of #EF50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50DD

Black with #EF50DD

Text Example


Text Example

White with #EF50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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