Html Css Color HEX #EF50DB Free Speech Magenta

📋 copy color: '#EF50DB'

red 239 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #EF50DB

Tints of Free Speech Magenta #EF50DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 44.42%
G = 14.87%
B = 40.71%

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

#EF50DB (or 0xEF50DB) is known color: Free Speech Magenta. HEX triplet: EF, 50 and DB. RGB value is (239,80,219). Sum of RGB (Red+Green+Blue) = 239+80+219=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50DB is #10AF24. Grayscale: #8E8E8E. Windows color (decimal): -1093413 or 14373103. OLE color: 14373103.

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

Color convert

RGB 239 80 219 -
CMYK 0 0.67 0.08 0.06
HSL 307.55º 0.83% 0.63% -
HSV(B) 307.55º 0.67% 0.94% -
XYZ 51.25 29.2 69.95 -
YUV 143.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 239 80 219 0 0.67 0.08 0.06 307.55 0.83 0.63
Hex EF 50 DB 0 43 8 6 134 53 3F
Octal 357 120 333 0 103 10 6 464 123 77
Binary 11101111 1010000 11011011 0 1000011 1000 110 100110100 1010011 111111

Color Harmonies of #EF50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50DB

Black with #EF50DB

Text Example


Text Example

White with #EF50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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